Update README.md

This commit is contained in:
Yago 2015-04-05 23:36:11 +02:00
parent 24299a187f
commit f63e2b1c9e
1 changed files with 2 additions and 1 deletions

View File

@ -476,7 +476,8 @@ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-d
```bash
# After those dependencies, lets install the bot
cd $HOME
git clone https://github.com/yagop/telegram-bot.git
git clone https://github.com/yagop/telegram-bot.git
cd telegram-bot
./launch.sh install
./launch.sh # Will ask you for a phone number & confirmation code.
```