Merge branch 'master' of github.com:yagop/telegram-bot
This commit is contained in:
commit
08c9638ec2
15
README.md
15
README.md
@ -3,16 +3,13 @@ telegram-bot
|
|||||||
|
|
||||||
Bot for telegram with [tg](https://github.com/vysheng/tg).
|
Bot for telegram with [tg](https://github.com/vysheng/tg).
|
||||||
|
|
||||||
|
|
||||||
Requires sudo apt-get install lua-socket:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get install lua-socket libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev
|
sudo apt-get install lua-socket libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev
|
||||||
$ git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
$ cd tg
|
cd tg
|
||||||
$ ./configure
|
./configure
|
||||||
$ make
|
make
|
||||||
$ ../launch.sh
|
../launch.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Command list
|
Command list
|
||||||
|
Reference in New Issue
Block a user