Download
You can download cecil.phar
by clicking on the "Download" button or with the following command from your terminal:
curl -LO https://cecil.app/cecil.phar
Install globally
For more comfort you should install Cecil globally.
macOS
You can install Cecil on macOS with 🍺Homebrew:
brew install cecilapp/tap/cecil
Windows
You can install Cecil on Windows with 🍨Scoop:
scoop install https://cecil.app/cecil.json
Or manually:
- Move
cecil.phar
in a dedicated directory, likeC:\bin
- Rename it from
cecil.phar
tocecil
- Append
;C:\bin
to yourPATH
environment variable - Create a wrapping batch script
PHIVE
Cecil is available through PHIVE (The PHAR Installation and Verification Environment):
phive install cecil
Linux
mv cecil.phar /usr/local/bin/cecil
chmod +x /usr/local/bin/cecil
Update
The easiest way to update Cecil to the last version is to use the dedicated command:
cecil self-update
Get a specific version
If you want to download a specific version you can specify it in the URL path.
For instance, if you want to install the 8.0.0
version you need to put download/8.0.0/
in the URL:
curl -LO https://cecil.app/download/8.0.0/cecil.phar