]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 5 Oct 2018 02:15:44 +0000 (07:45 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 5 Oct 2018 02:15:44 +0000 (07:45 +0530)
README.md

index 5fb2ac98e72f30bdeef73cf2f26d7ed5880566bd..58e28ed8e0354862973b5b24b3f9e66d6e58f919 100644 (file)
--- 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