From cf3c55b7871f20d55db74f4ba2a4542643ade4a0 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 14 Apr 2020 01:25:54 +0530 Subject: [PATCH] Update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6908b6d..fc2edba7 100644 --- a/README.md +++ b/README.md @@ -170,11 +170,11 @@ Unlisted packagers: #### Release packages -Packages for Arch Linux, CentOS, Debian, Fedora and Ubuntu are auto-generated with the [latest stable release](https://github.com/jarun/nnn/releases/latest). +Packages for Arch Linux, CentOS, Debian, Fedora, Ubuntu and a static binary are generated with the [latest release](https://github.com/jarun/nnn/releases/latest). #### From source -Download the [latest stable release](https://github.com/jarun/nnn/releases/latest) or clone this repository (*risky*), install deps and compile. On Ubuntu 18.04: +Download the [latest release](https://github.com/jarun/nnn/releases/latest) or clone this repository (*risky*), install deps and compile. On Ubuntu 18.04: ```sh sudo apt-get install pkg-config libncursesw5-dev libreadline-dev