From 0210764e035ba2c05428f1708d21660c5f44e23a Mon Sep 17 00:00:00 2001 From: yago Date: Tue, 5 Aug 2014 11:44:15 +0200 Subject: [PATCH] Updated readme --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index db273c3..33ba2b8 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,16 @@ telegram-bot Bot for telegram with tg [tg](https://github.com/vysheng/tg). -Requires liblua-socket, there isn't liblua5.2-socket for ubuntu 12.04, but you can use Lua 5.1 -```Shell -sudo apt-get remove lua5.2 liblua5.2-dev # If you installed lua5.2 -sudo apt-get install lua5.1 liblua5.1-dev liblua5.1-socket2 libreadline-dev libconfig-dev libssl-dev fortunes -git submodule update --init --recursive -cd tg -./configure -make -../launch.sh +Requires sudo apt-get install lua-socket: + +```bash +$ sudo apt-get install lua-socket libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev +$ git submodule update --init --recursive +$ cd tg +$ ./configure +$ make +$ ../launch.sh ``` -**!help** for command list. - +`!help` for command list. \ No newline at end of file