diff options
author | 2019-06-19 22:03:08 +0530 | |
---|---|---|
committer | 2019-06-19 22:03:08 +0530 | |
commit | 25413dfe236249b33c11f9cb2e7e45a52cc6723e (patch) | |
tree | d7310da976367ab99477aaa95bd6bc63e08cd51c | |
parent | 4679daa7619f397f6d4a2e352e53df16d4e3140b (diff) | |
download | nnn-25413dfe236249b33c11f9cb2e7e45a52cc6723e.tar.gz |
Update manual installation command
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |