mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Update docs
This commit is contained in:
parent
75f6d5d735
commit
39fffbac56
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue