diff --git a/README.md b/README.md index fbfbf86..e24c965 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ bash Then in `bash` shell (not the default `ash`): ```bash +. ~/.luaver/luaver +yes | luaver install 5.1.5 +yes | luaver install-luajit 2.0.5 +luaver use 5.1.5 +luaver use-luajit 2.0.5 +yes | luaver install-luarocks 3.8.0 +luaver use-luarocks 3.8.0 +luarocks install luarocks-fetch-gitrec # for magic luarocks install compat53 luarocks install cqueues luarocks install lpeg @@ -42,4 +50,6 @@ Finally: git clone https://git.sakal.us/brian/piazzaoptical.com cd piazzaoptical.com git submodule update --init --recursive # for bitser; installed as git submodule +cd server +luajit ./server.lua ``` \ No newline at end of file