diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-08-13 20:20:37 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-08-13 20:20:37 +0530 |
commit | 0a552615f8c3037762c55fab1c8d886b27486c14 (patch) | |
tree | 00137c677d2ad728f879dea5203ba84e8a699eda /README.md | |
parent | f178004b131400219869f4a5587dc842f1c358bc (diff) | |
download | nnn-0a552615f8c3037762c55fab1c8d886b27486c14.tar.gz |
Add section on packages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -22,6 +22,7 @@ Noice is Not Noice, a noicer fork... - [Features](#features) - [Performance](#performance) - [Installation](#installation) + - [Release packages](#release-packages) - [Usage](#usage) - [Cmdline options](#cmdline-options) - [Keyboard shortcuts](#keyboard-shortcuts) @@ -133,16 +134,19 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i - Packages are available on - [AUR](https://aur.archlinux.org/packages/nnn/) - - [Homebrew](http://braumeister.org/formula/nnn) - [Debian](https://packages.debian.org/search?keywords=nnn) + - [Homebrew](http://braumeister.org/formula/nnn) - [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) -- Packages for latest **Fedora** and **CentOS** distributions are available with the [latest release](https://github.com/jarun/nnn/releases/latest) - 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 +#### Release packages + +Packages for Arch Linux, CentOS, Fedora and Ubuntu are available with the [latest stable release](https://github.com/jarun/nnn/releases/latest). + ### Usage #### Cmdline options |