Savant Build

Getting Started

Getting started with Savant is simple. Follow these steps to get going:

Step 1

Download the latest version of Savant

Step 2

Unpack the TAR GZ file to a good location:

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

Step 3

Add the bin directory to your PATH:

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

Step 4

Test it out:

$ sb --version