Skip to content

Releases: vhula/sgit

0.1.0

04 Apr 18:53
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Follow these steps to install sgit manually:

  1. Download the latest zip package

  2. Unzip the archive to an arbitrary directory

    unzip sgit-0.1.0.zip -d ~/tools

  3. Add unzipped directory (sgit-0.1.0/scripts) to your $PATH variable:

    Assuming that the package is unzipped in the ~/tools directory:

    Insert this line in the end of ~/.bashrc file:

    ...
    export PATH=$PATH:~/tools/sgit-0.1.0/scripts
  4. Restart the terminal

  5. Execute One-Time Configuration