occultist install
Install occultist
with:
sudo curl -o /usr/local/bin/occultist \
-L https://git.io/Jfv1u && \
sudo chmod +x /usr/local/bin/occultist
Install a spell:
occultist install math
Install a specific version of the spell:
occultist install math 1.1.0
Install a spell with semantic versioning:
occultist install math 1.x.x
Install a specific branch of the spell:
occultist install math master
Install the Chaos language:
sudo occultist install chaos
Upgrade a spell:
occultist upgrade math
Remove a spell:
occultist remove math
Initialize a new spell repository:
occultist init
Edit the spell repository:
occultist edit
Register a new spell:
occultist register