Update README.md

This commit is contained in:
Yago 2014-11-17 22:04:24 +01:00
parent 729d03c7b6
commit c0d7b623a5
1 changed files with 8 additions and 0 deletions

View File

@ -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