# Installation

Dread it. Run from it. Destiny still arrives - Thanos

# Try it out

If you wish to try the Blix cli out without installing we recommend using npx. Run our help command to see a list of commands you can play with.

npx blix@next --help  

# Global Installation

To use Blix as a cli tool it needs to be installed globally using your package manager of choice.

npm install -g blix
# OR
yarn add blix global

# Use the latest features with blix@next

We can't guarantee stability but our testing process helps us catch errors before they make it to here.

npm install -g blix@next
# OR
yarn add blix@next global