diff options
| author | 2017-04-26 02:03:16 +0530 | |
|---|---|---|
| committer | 2017-04-26 02:11:30 +0530 | |
| commit | 5d744567bf7f0004b6a3f17ce6f6ae7a69a74da6 (patch) | |
| tree | fbc9a38134ba067019aae5494a7da5f5d8da4527 | |
| parent | 92236abf31c77cdbf64f26505e669e463c4a9f20 (diff) | |
| download | nnn-5d744567bf7f0004b6a3f17ce6f6ae7a69a74da6.tar.gz | |
Add instructions to install dependencies
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -45,7 +45,7 @@ nnn is a fork of [noice](http://git.2f30.org/noice/), a blazing-fast lightweight nnn can use the default desktop opener at runtime. It also comes with `nlay` - a customizable bash script to handle media types. It adds new navigation options, enhanced DE integration, a disk usage analyzer mode, comprehensive file details and much more. Add to that a huge [performance](#performance) boost. For a detailed comparison, visit [nnn vs. noice](https://github.com/jarun/nnn/wiki/nnn-vs.-noice). -Follow the instructions in the [quickstart](#quickstart) section and see how nnn simplifies those long desktop sessions. +Follow the instructions in the [quickstart](#quickstart) section and see how nnn simplifies those long desktop sessions... If you want to edit a file in vim with some soothing music in the background while referring to a spec in your GUI PDF viewer, nnn got it! All from the same terminal session. Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/issues/1). @@ -104,8 +104,9 @@ nnn needs libreadline, libncursesw (on Linux or ncurses on OS X) and standard li - [AUR](https://aur.archlinux.org/packages/nnn/) - [Homebrew](http://braumeister.org/formula/nnn) - [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) -- To compile and install, download the [latest stable release](https://github.com/jarun/nnn/releases/latest) or clone this repository (*risky*). Run: +- 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 libreadline6-dev $ make $ sudo make install |