Skip to content

Commit

Permalink
update front page for LuaRocks 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Feb 27, 2024
1 parent f4a6176 commit d3e0327
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.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
Expand Down

0 comments on commit d3e0327

Please sign in to comment.