Browse Source

Add section on packages

master
Arun Prakash Jana 7 years ago
parent
commit
0a552615f8
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      README.md

+ 6
- 2
README.md View File

@@ -22,6 +22,7 @@ Noice is Not Noice, a noicer fork...
- [Features](#features) - [Features](#features)
- [Performance](#performance) - [Performance](#performance)
- [Installation](#installation) - [Installation](#installation)
- [Release packages](#release-packages)
- [Usage](#usage) - [Usage](#usage)
- [Cmdline options](#cmdline-options) - [Cmdline options](#cmdline-options)
- [Keyboard shortcuts](#keyboard-shortcuts) - [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 - Packages are available on
- [AUR](https://aur.archlinux.org/packages/nnn/) - [AUR](https://aur.archlinux.org/packages/nnn/)
- [Homebrew](http://braumeister.org/formula/nnn)
- [Debian](https://packages.debian.org/search?keywords=nnn) - [Debian](https://packages.debian.org/search?keywords=nnn)
- [Homebrew](http://braumeister.org/formula/nnn)
- [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) - [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): - 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 $ sudo apt-get install libncursesw5-dev libreadline6-dev
$ make $ make
$ sudo make install $ 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 ### Usage


#### Cmdline options #### Cmdline options


Loading…
Cancel
Save