Skip to content

Commit

Permalink
update front page for LuaRocks 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Mar 13, 2024
1 parent d3e0327 commit 17512aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/md/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

Installing LuaRocks in a Unix system:

$ wget https://luarocks.org/releases/luarocks-3.10.0.tar.gz
$ tar zxpf luarocks-3.10.0.tar.gz
$ cd luarocks-3.10.0
$ wget https://luarocks.org/releases/luarocks-3.11.0.tar.gz
$ tar zxpf luarocks-3.11.0.tar.gz
$ cd luarocks-3.11.0
$ ./configure && make && sudo make install
$ sudo luarocks install luasocket
$ lua
Expand Down

0 comments on commit 17512aa

Please sign in to comment.