diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-11 00:54:07 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-11 00:54:07 +0530 |
commit | e9e9f5930fccc60ffe454898a9eee34bbd23ff2e (patch) | |
tree | 2d9ce570f8e964c00bff4ed4900d90f06b4e74c1 | |
parent | cd6c1e65b63427a17466008c0ef0c378837a4a06 (diff) | |
download | nnn-e9e9f5930fccc60ffe454898a9eee34bbd23ff2e.tar.gz |
Fix #235: Add instruction for CentOS
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -162,6 +162,7 @@ There's a good chance `nnn` is already available in the default repos of your di - [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`) +- CentOS (`yum --enablerepo=epel install nnn`) - [CRUX](https://crux.nu/portdb/?a=search&q=nnn) (`prt-get depinst nnn`) - [Debian](https://packages.debian.org/search?keywords=nnn&searchon=names&exact=1) (`apt-get install nnn`) - [DPorts](https://github.com/DragonFlyBSD/DPorts/tree/master/misc/nnn) (`pkg install nnn`) |