Skip to content

Commit 81c0ea3

Browse files
authored
README: clarify testing
1 parent 083cbd5 commit 81c0ea3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,13 @@ libraries. In particular, it can do the following:
5252
$ patchelf --set-soname libnewname.so.3.4.5 path/to/libmylibrary.so.1.2.3
5353

5454

55-
## INSTALLING
56-
57-
You can download a pre-compiled binary from the releases or compile it by yourself:
55+
## COMPILING & TESTING
5856

5957
./bootstrap.sh
6058
./configure
6159
make
6260
sudo make install
61+
make check
6362

6463
## AUTHOR
6564

0 commit comments

Comments
 (0)