ChangeLog: update for 0.4.3
[aubio.git] / README.md
index 0275051..9068085 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,8 @@ Python module
 -------------
 
 A python module to access the library functions is also provided. Please see
-the file `python/README` for more information on how to use it.
+the file [`python/README.md`](python/README.md) for more information on how to
+use it.
 
 Examples tools
 --------------
@@ -110,7 +111,7 @@ On Linux, you should be able to set `LD_LIBRARY_PATH` with:
 On Mac OS X, a copy or a symlink can be made in `~/lib`:
 
     $ mkdir -p ~/lib
-    $ ln -sf $PWD/build/src/libaubio.4.dylib ~/lib/libaubio.4.dylib
+    $ ln -sf $PWD/build/src/libaubio*.dylib ~/lib/
 
 Note on Mac OS X systems older than El Capitan (10.11), the `DYLD_LIBRARY_PATH`
 variable can be set as follows: