The setup command
path/to/git-teleport/bin/git-teleport setup <options>
The setup command prepares your workstation for the first run of git-teleport. At the moment, the only thing it does is add git-teleport to your $PATH.
You should only ever have to run this command once. After that, if you can invoke git-teleport with
git teleport help
then git-teleport is ready for use.
--path
Add git-teleport to your $PATH by modifying your ~/.bashrc file. After this command completes, restart your shell.
--remove
Remove git-teleport from your $PATH. Undoes --path.