Go to releases, download the version for your OS. To use in shells (linux/mac), add the following to
.bashrc
or.zshrc
, etc, depending on which shell you're using:
alias build="/path/to/builddoc-bin"
Then run
build
whenever you want to run BuildDoc.For example, if you install BuildDoc to your desktop folder, you would do:
Install python somehow.
Clone this project's source code by either downloading the zip, or with
git clone https://github.com/itsamedood/BuildDoc
.