From b935debb9c95d5823691f31dc49ccaa69a8fce1e Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Mon, 21 Jul 2014 18:54:08 +0530 Subject: [PATCH] fix easy install script link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5fa552a..1b6aca47 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Easy way Supported for CentOS 6, Debian 7 and Ubuntu 12.04+ -`curl https://https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh | bash` +`curl https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh | sudo bash` This script should install the pre-requisites and add a bench command.