|  Download Installing bargegit clone https://github.com/paragonie/airship-barge.git
cd airship-barge
sudo ln -s ./barge /usr/bin/barge
 To install barge, first clone
the Github repository, then create a symlink from/usr/bin/bargeto thebargefile in the project's root directory. Alternatively, you could create a shell function (e.g. in your .bashrcfile). When a new version of bargeis released, justcdinto theairship-bargedirectory and rungit pull origin master. |