Skip to content

Commit

Permalink
update front page for LuaRocks 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed May 31, 2024
1 parent 17512aa commit 4339b2d
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.11.0.tar.gz
$ tar zxpf luarocks-3.11.0.tar.gz
$ cd luarocks-3.11.0
$ wget https://luarocks.org/releases/luarocks-3.11.1.tar.gz
$ tar zxpf luarocks-3.11.1.tar.gz
$ cd luarocks-3.11.1
$ ./configure && make && sudo make install
$ sudo luarocks install luasocket
$ lua
Expand Down

0 comments on commit 4339b2d

Please sign in to comment.