Update README.md
This commit is contained in:
parent
729d03c7b6
commit
c0d7b623a5
@ -5,6 +5,14 @@ A telegram bot using https://github.com/vysheng/tg.
|
|||||||
|
|
||||||
Installation
|
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
|
```bash
|
||||||
# Tested on Ubuntu 14.04, for other OSs check out https://github.com/vysheng/tg#installation
|
# 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
|
$ sudo apt-get install lua-socket libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev fortune
|
||||||
|
Reference in New Issue
Block a user