summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-06-03 16:52:58 (GMT)
committerGitHub <noreply@github.com>2020-06-03 16:52:58 (GMT)
commit81c0ea3eb87b077e0089e0f2737a63654e8bf51a (patch)
treef56f2eeaf15ed133dc9ddd71fa6a61a97e44bdf0
parent083cbd526451316ebce1c6bccd84e416497cd7c9 (diff)
downloadpatchelf-81c0ea3eb87b077e0089e0f2737a63654e8bf51a.zip
patchelf-81c0ea3eb87b077e0089e0f2737a63654e8bf51a.tar.gz
patchelf-81c0ea3eb87b077e0089e0f2737a63654e8bf51a.tar.bz2
README: clarify testing
-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