diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-06-29 18:57:02 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-06-29 18:58:31 +0530 |
commit | 04b9e8ec7734d31c32cc46612cc677df0cda0c0f (patch) | |
tree | d05f9ee813a98fd467bd0701e127e05cdddc6358 | |
parent | 590d079533a950bd54439a30db34f6ff32cf2f1f (diff) | |
download | nnn-04b9e8ec7734d31c32cc46612cc677df0cda0c0f.tar.gz |
Add Debian badge
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ Noice is Not Noice, a noicer fork... <a href="https://github.com/jarun/nnn/releases/latest"><img src="https://img.shields.io/github/release/jarun/nnn.svg?maxAge=600" alt="Latest release" /></a> <a href="https://aur.archlinux.org/packages/nnn"><img src="https://img.shields.io/aur/version/nnn.svg?maxAge=600" alt="AUR" /></a> <a href="http://braumeister.org/formula/nnn"><img src="https://img.shields.io/homebrew/v/nnn.svg?maxAge=600" alt="Homebrew" /></a> +<a href="https://packages.debian.org/search?keywords=nnn&searchon=names"><img src="https://img.shields.io/badge/debian-10+-blue.svg?maxAge=2592000" alt="Debian Buster+" /></a> <a href="https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/"><img src="https://img.shields.io/badge/ubuntu-PPA-blue.svg?maxAge=2592000" alt="Ubuntu PPA" /></a> <a href="https://github.com/jarun/nnn/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-BSD%202--Clause-yellow.svg?maxAge=2592000" alt="License" /></a> <a href="https://travis-ci.org/jarun/nnn"><img src="https://travis-ci.org/jarun/nnn.svg?branch=master" alt="Build Status" /></a> @@ -117,8 +118,8 @@ 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) - - [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) - [Debian](https://packages.debian.org/search?keywords=nnn) + - [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) - Packages for **Fedora 24** and **CentOS 7** 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): |