-
Notifications
You must be signed in to change notification settings - Fork 115
Installation
Pinglei Guo edited this page Apr 17, 2016
·
5 revisions
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:
chmod +x boris.phar
mv boris.phar /usr/local/bin/boris
Add boris to your $PATH for easy access.