Installation
Install Sveltin on macOS, Linux, Windows and on any machine can run the Go compiler tool chain.
Prerequisites
- Git
- Node (v16.9.0 or higher is required)
OSX and Linux via Homebrew
Homebrew will also install Git and Node.
$brew tap sveltinio/sveltin
# Install
$ brew install sveltin
Windows via Scoop
$ scoop bucket add sveltinio https://github.com/sveltinio/scoop-sveltin.git
# Install
$ scoop install sveltinio/sveltin
Go Install
Installation is done by using the go install command. In this case, ensure to have Go (v1.17 or higher) installed on your machine.
$ go install github.com/sveltinio/sveltin@latest
Manually
You can download the pre-compiled binary for you specific OS from the releases page. You will need to extract the binary, then move it to your local bin folder. Please, refer to the example below:
$ wget https://github.com/sveltinio/sveltin/releases/download/$VERSION/$PACKAGE_NAME -O $PACKAGE_NAME
$ sudo tar -xvf $PACKAGE_NAME -C /usr/local/bin/
$ sudo chmod +x /usr/local/bin/sveltin
Last updated: 06-Feb-2023
Apache 2.0 License @ 2021-present Sveltin.io and contributors .
The Sveltin logos are copyright © Mirco Veltri.