diff options
author | 2019-01-18 06:40:30 +0530 | |
---|---|---|
committer | 2019-01-18 06:40:30 +0530 | |
commit | 5bd2833b122bb50331e787d0b7b239bba728a15c (patch) | |
tree | e7455209a8ff346faa434163e31ded5c3f2ca6fa | |
parent | 5162ae826e2d79c2bfa8deb660d917bf1a2376b8 (diff) | |
parent | 9975b79f952dcbc983d9642b73fb444d68d80fe8 (diff) | |
download | nnn-5bd2833b122bb50331e787d0b7b239bba728a15c.tar.gz |
Merge pull request #194 from TBK/patch-3
Add install command for Alpine Linux
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ Intrigued? Find out [HOW](https://github.com/jarun/nnn/wiki/performance-factors) #### From a package manager +- [Alpine Linux](https://pkgs.alpinelinux.org/packages?name=nnn) (`apk add nnn`) - [Arch Linux](https://www.archlinux.org/packages/community/x86_64/nnn/) (`pacman -S nnn`) - [Debian](https://packages.debian.org/search?keywords=nnn&searchon=names&exact=1) (`apt-get install nnn`) - [Fedora](https://apps.fedoraproject.org/packages/nnn) (`dnf install nnn`) |