-
Notifications
You must be signed in to change notification settings - Fork 115
Installation
Tejas Manohar edited this page Mar 6, 2015
·
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 'borisrepl/boris=1.0.*'
~/.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.