Getting Started

Getting started with Savant is simple. You can run the simple install command for *nix systems or WSL2 systems:

curl -sL savantbuild.org/install | bash

Follow these steps to get going:

Step 1

Download the latest version of Savant

Step 2

Unpack the TAR GZ or ZIP file to a good location (you might need to change the version numbers below):

$ mkdir -p ~/dev/savant
$ cd ~/dev/savant
$ tar -xzvf savant-2.1.0.tar.gz

Step 3

Add the bin directory to your PATH:

$ export PATH=$PATH:~/dev/savant/savant-2.1.0/bin

Step 4

Test it out:

$ sb --version