Skip to content

Commit

Permalink
update quickstart to LuaRocks 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Sep 13, 2017
1 parent e2d1f41 commit fa5add1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/md/home.md
Expand Up @@ -3,13 +3,13 @@

Installing LuaRocks in a Unix system:

$ wget https://luarocks.org/releases/luarocks-2.4.1.tar.gz
$ tar zxpf luarocks-2.4.1.tar.gz
$ cd luarocks-2.4.1
$ wget https://luarocks.org/releases/luarocks-2.4.3.tar.gz
$ tar zxpf luarocks-2.4.3.tar.gz
$ cd luarocks-2.4.3
$ ./configure; sudo make bootstrap
$ sudo luarocks install luasocket
$ lua
Lua 5.3.3 Copyright (C) 1994-2016 Lua.org, PUC-Rio
Lua 5.3.4 Copyright (C) 1994-2017 Lua.org, PUC-Rio
> require "socket"


Expand Down

0 comments on commit fa5add1

Please sign in to comment.