install must be run with bash, not sh

This commit is contained in:
iceTwy 2013-08-31 03:15:20 +02:00
parent 26821a3ac5
commit 0ea80369cf
1 changed files with 1 additions and 1 deletions

View File

@ -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