Getting Started
Installation
curl -fsSL https://gosl.mistium.com | shosl versionBuilding from source (optional)
git clone https://git.rotur.dev/osl/.go osl
cd osl
go build
sudo ./osl setup # installs the binary to /usr/local/bin/oslKeeping it up to date
osl update # fetch and install the latest version
osl uninstall # remove OSLYour first program
The CLI
Command
What it does
The execution model
A bigger example
Project structure & imports
Editor support
Last updated