From 8c00e7bf75891dc36179df2a44799ce3a60eb1dd Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 26 Aug 2016 12:23:17 +0200 Subject: [PATCH] doc/installing.rst: update locations --- doc/installing.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/installing.rst b/doc/installing.rst index 6629e385..ceab0833 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -19,16 +19,14 @@ http://aubio.org/download. The latest stable release can be found at http://aubio.org/pub/:: - $ curl -O http://aubio.org/pub/aubio-0.4.1.tar.bz2 - $ tar xf aubio-0.4.1.tar.bz2 - $ cd aubio-0.4.1 + $ curl -O http://aubio.org/pub/aubio-0.4.3.tar.bz2 + $ tar xf aubio-0.4.3.tar.bz2 + $ cd aubio-0.4.3 The latest develop branch can be obtained with:: - $ git clone git://git.aubio.org/git/aubio/ aubio-devel - $ cd aubio-devel - $ git fetch origin develop:develop - $ git checkout develop + $ git clone git://git.aubio.org/git/aubio + $ cd aubio Compiling --------- -- 2.11.0