From ea7f8c2bf31c35cc5abfc0eca98f8408fd34d47e Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 23 Mar 2022 23:05:48 -0500 Subject: [PATCH] Finalized instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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