From 69ffa524784210fc523d52657e49634187eea58a Mon Sep 17 00:00:00 2001 From: Yago Date: Wed, 19 Nov 2014 20:14:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bc1ad8..223b135 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ $ sudo luarocks install oauth # You need unzip ```bash # Tested on Ubuntu 14.04, for other OSs check out https://github.com/vysheng/tg#installation -$ sudo apt-get install lua-socket libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev fortune -$ git clone https://github.com/yagop/telegram-bot --recursive +$ sudo apt-get install lua-socket libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev +$ git clone git@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.