]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Tue, 18 Feb 2020 12:54:53 +0000 (18:24 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Tue, 18 Feb 2020 12:54:53 +0000 (18:24 +0530)
README.md

index 3bfb98aaa74ad578edd739da6e146497c0b5d458..ffc99b231085311458c345d5f595a084d53313df 100644 (file)
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
   - Minimizes screen refresh with fast line redraws
   - Tiny binary (typically less than 100KB)
 - Portable
+  - Statically-linked binary available
   - Language-agnostic plugins
   - Minimal library deps, easy to compile
   - Compile in/out features with make variables
@@ -101,6 +102,8 @@ Don't memorize! Arrows (or <kbd>h</kbd> <kbd>j</kbd> <kbd>k</kbd> <kbd>l</kbd>),
 
 ## Installation
 
+No permission to install packages? Get the statically linked binary from the latest release.
+
 #### Library dependencies
 
 A curses library with wide char support (e.g. ncursesw), libreadline (optional) and standard libc.