summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index cb533a8..9d14e28 100644
--- a/README.md
+++ b/README.md
@@ -52,14 +52,13 @@ libraries. In particular, it can do the following:
$ patchelf --set-soname libnewname.so.3.4.5 path/to/libmylibrary.so.1.2.3
-## INSTALLING
-
-You can download a pre-compiled binary from the releases or compile it by yourself:
+## COMPILING & TESTING
./bootstrap.sh
./configure
make
sudo make install
+ make check
## AUTHOR