From 792ad233c29aa5eec6c9e8da3bb3ecdd95631f35 Mon Sep 17 00:00:00 2001 From: Yago Date: Wed, 10 Dec 2014 12:25:18 +0100 Subject: [PATCH] resolves #18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b08cffe..2dc2173 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ $ sudo luarocks install luasocket ```bash # After those dependencies, lets install the bot $ cd $HOME -$ git clone git@github.com:yagop/telegram-bot.git --recursive +$ git clone https://github.com/yagop/telegram-bot.git --recursive $ cd telegram-bot/tg $ ./configure && make $ cd .. && ./launch.sh # Will ask you for a phone number & confirmation code.