diff --git a/README.md b/README.md index 2fada95..c634933 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ A telegram bot using https://github.com/vysheng/tg. Installation ------------ +```bash +$ wget http://luarocks.org/releases/luarocks-2.2.0.tar.gz +$ tar -xzvf luarocks-2.2.0.tar.gz +$ cd luarocks-2.2.0/ +$ ./configure +$ make && sudo make install +``` + ```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