Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 401 Bytes

INSTALL.md

File metadata and controls

18 lines (13 loc) · 401 Bytes

Prerequisites

The program only requires Perl. Building the manpage requires pandoc. If it's not available, installation will just proceed without it.

Installation

./configure
make
sudo make install

bond requires integration with your shell in order to work. Doing the following will achieve this if you use bash.

echo ". /usr/local/share/bond/init.sh" >> ~/.bashrc