From f63e2b1c9e060e6af85a29d2d8d9429ae8067a36 Mon Sep 17 00:00:00 2001 From: Yago Date: Sun, 5 Apr 2015 23:36:11 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index caa33e7..bfe550f 100644 --- a/README.md +++ b/README.md @@ -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. ```