diff --git a/README.md b/README.md index 48a11ff..b08cffe 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Installation ```bash # Tested on Ubuntu 14.04, for other OSs check out https://github.com/vysheng/tg#installation -$ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev +$ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev unzip git $ cd /tmp $ wget http://luarocks.org/releases/luarocks-2.2.0.tar.gz $ tar -xzvf luarocks-2.2.0.tar.gz @@ -54,4 +54,4 @@ $ 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. -``` \ No newline at end of file +```