From 0ea80369cfdd5cff786b7e5ace6218d4f7c8828a Mon Sep 17 00:00:00 2001 From: iceTwy Date: Sat, 31 Aug 2013 03:15:20 +0200 Subject: [PATCH] install must be run with bash, not sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 646cf14..588b8f6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Once you have that set up, you can install DBot's dependencies, configure and run the bot for the first time with the following command: ``` -sh install.sh +./install ``` ## Upgrading