From: Arun Prakash Jana Date: Fri, 11 Oct 2019 21:56:00 +0000 (+0530) Subject: Update to Ubuntu 18.04 install commands X-Git-Tag: v2.8~170 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=10188fa9b19c5545cd7fbe6db686ea21fce37715;p=nnn.git Update to Ubuntu 18.04 install commands --- diff --git a/README.md b/README.md index 11f8e46b..8e22db89 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,9 @@ Packages for Arch Linux, CentOS, Debian, Fedora and Ubuntu are auto-generated wi #### From source -Download the latest stable release or clone this repository (*risky*), install deps and compile. On Ubuntu 16.04: +Download the latest stable release or clone this repository (*risky*), install deps and compile. On Ubuntu 18.04: - $ sudo apt-get install pkg-config libncursesw5-dev libreadline6-dev + $ sudo apt-get install pkg-config libncursesw5-dev libreadline-dev $ make $ sudo make strip install