Installation
How to install Skela on your machine
Installation
Skela is written in Go, making it easy to install on any platform.
# Install via Go
If you have Go installed (version 1.21+ recommended), you can install Skela directly using go install:
go install skela.dev/skela@latest
Ensure your $(go env GOPATH)/bin is in your system PATH.
# Build from Source
You can also clone the repository and build the binary manually:
git clone https://github.com/dajooo/skela.git
cd skela
go build -o skela .
Then move the skela binary to a location in your PATH.