Skip to content

Commit

Permalink
README: clarify testing
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar authored Jun 3, 2020
1 parent 083cbd5 commit 81c0ea3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 81c0ea3

Please sign in to comment.