aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-06-19 22:03:08 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-06-19 22:03:08 +0530
commit25413dfe236249b33c11f9cb2e7e45a52cc6723e (patch)
treed7310da976367ab99477aaa95bd6bc63e08cd51c
parent4679daa7619f397f6d4a2e352e53df16d4e3140b (diff)
downloadnnn-25413dfe236249b33c11f9cb2e7e45a52cc6723e.tar.gz
Update manual installation command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b1dfd1..429589e 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,7 @@ To cook yourself, download the [latest stable release](https://github.com/jarun/
$ sudo apt-get install pkg-config libncursesw5-dev libreadline6-dev
$ make
- $ sudo make install
+ $ sudo make strip install
`PREFIX` is supported, in case you want to install to a different location.