We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Boris is available for download as a Phar archive:
Simply download it and run it.
curl -L -O https://github.com/borisrepl/boris/releases/download/v1.0.8/boris.phar chmod +x boris.phar sudo mv boris.phar /usr/local/bin/boris
For use with composer.
Can be installed globally via:
composer global require "d11wtq/boris" ~/.composer/vendor/bin/boris
This is great if you want to stay really up-to-date. I don't commit unstable code to master, ever.
git clone git://github.com/borisrepl/boris.git cd boris ./bin/boris
You can also build a PHAR file using Box:
box build
This will create a boris.phar file. Feel free to move it into your bin directory:
boris.phar
chmod +x boris.phar mv boris.phar /usr/local/bin/boris
Add boris to your $PATH for easy access.