diff --git a/static/md/home.md b/static/md/home.md index 132d4dc..edb5414 100644 --- a/static/md/home.md +++ b/static/md/home.md @@ -3,9 +3,9 @@ Installing LuaRocks in a Unix system: - $ wget https://luarocks.org/releases/luarocks-3.9.2.tar.gz - $ tar zxpf luarocks-3.9.2.tar.gz - $ cd luarocks-3.9.2 + $ wget https://luarocks.org/releases/luarocks-3.10.0.tar.gz + $ tar zxpf luarocks-3.10.0.tar.gz + $ cd luarocks-3.10.0 $ ./configure && make && sudo make install $ sudo luarocks install luasocket $ lua