From 4f8114f9418861ed68e527f58f1b6f6890623d98 Mon Sep 17 00:00:00 2001 From: Sagar Vora Date: Fri, 21 Dec 2018 08:26:48 +0530 Subject: [PATCH] fix(readme): add ubuntu 18.04 to easy install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 124a4ae1..88136c97 100755 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Note: Please do not remove the bench directory the above commands will create ## Easy Install - This is an opinionated setup so it is best to setup on a blank server. -- Works on Ubuntu 16.04, CentOS 7+, Debian 8+ +- Works on Ubuntu 16.04+, CentOS 7+, Debian 8+ - You may have to install Python 2.7 (eg on Ubuntu 16.04+) by running `apt-get install python-minimal` - You may also have to install build-essential and python-setuptools by running `apt-get install build-essential python-setuptools` - This script will install the pre-requisites, install bench and setup an ERPNext site