diff --git a/README.md b/README.md index 6663326..4680000 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ -# rbxcompiler +# rbxcompiler +Builder and uploader for roblox models/places. + + + +# Setup +Provide your CI username and login to the prompt if you're using docker: + + docker login registry.itzana.me + +Add the following line to your startup environment file (.bashrc, .zshrc, etc...). + + export RBXCOOKIE="[roblox cookie]" + +Your Roblox cookie is from your browser and is called .ROBLOSECURITY. Only the value portion is required usually starting with `_|WARNING:-DO-NOT-SHARE-THIS`.