summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-08-27 13:07:39 +0200
committerGitHub <noreply@github.com>2020-08-27 13:07:39 +0200
commit416ea251bd9758e5046ef544621a9822fe0348d0 (patch)
treea71575f88837c148a94ad926b0839f3f96898133 /README.md
parent23620e59272818d5e4af5f0708aac0a20a356563 (diff)
downloadpatchelf-416ea251bd9758e5046ef544621a9822fe0348d0.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 19e1c11..f69648f 100644
--- a/README.md
+++ b/README.md
@@ -68,14 +68,14 @@ libraries. In particular, it can do the following:
```
-## COMPILING & TESTING
+## Compiling and Testing
```console
./bootstrap.sh
./configure
make
-sudo make install
make check
+sudo make install
```
## Author