aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-10-05 07:45:44 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-10-05 07:45:44 +0530
commitf089a06a2078c6c6d828caff0191c970304cb0fb (patch)
tree34e9cb2b38a6d56a200e106f6eb1ac68ec9e0456 /README.md
parentd6e824352d5757a26a08e7f17ced7fb264d90e16 (diff)
downloadnnn-f089a06a2078c6c6d828caff0191c970304cb0fb.tar.gz
Update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5fb2ac9..58e28ed 100644
--- a/README.md
+++ b/README.md
@@ -155,7 +155,7 @@ Intrigued? Find out [HOW](https://github.com/jarun/nnn/wiki/performance-factors)
- [Source Mage](http://codex.sourcemage.org/test/shell-term-fm/nnn/) (`cast nnn`)
- [Ubuntu](https://packages.ubuntu.com/search?keywords=nnn&searchon=names&exact=1) (`apt-get install nnn`)
- [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) (`apt-get install nnn`)
-- [Void Linux](https://github.com/voidlinux/void-packages/tree/master/srcpkgs/nnn) (`xbps-install -S nnn`)
+- [Void Linux](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nnn) (`xbps-install -S nnn`)
#### Release packages
@@ -165,7 +165,7 @@ Packages for Arch Linux, CentOS, Debian, Fedora and Ubuntu are available with th
To cook yourself, download the [latest stable release](https://github.com/jarun/nnn/releases/latest) or clone this repository (*risky*). Then install the dependencies and compile (e.g. on Ubuntu 16.04):
- $ sudo apt-get install libncursesw5-dev
+ $ sudo apt-get install pkg-config libncursesw5-dev
$ make
$ sudo make install