From 88e094913c8329582f9645775df20c6ecdb7f09f Mon Sep 17 00:00:00 2001 From: PotHix Date: Mon, 2 Feb 2015 15:59:26 -0200 Subject: [PATCH] Fixes typo on 'eanbled' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e363625..289f957 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ Installation $ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev unzip git $ cd /tmp $ wget http://luarocks.org/releases/luarocks-2.2.0.tar.gz -$ tar -xzvf luarocks-2.2.0.tar.gz +$ tar -xzvf luarocks-2.2.0.tar.gz $ cd luarocks-2.2.0/ -$ ./configure +$ ./configure $ make && sudo make install $ sudo luarocks install oauth $ sudo luarocks install luasocket @@ -53,7 +53,7 @@ See the plugins list with `!plugins` command. Enable a disabled plugin by `!plugins enable [name]`. -Disable an eanbled plugin by `!plugins disable [name]`. +Disable an enabled plugin by `!plugins disable [name]`. Those commands require a privileged user, privileged users are defined inside `data/config.lua` (generated by the bot), stop de bot and edit if necessary.