# Installation There are two ways: ## Via bin **RECOMMENDED** Install with [bin](https://github.com/marcosnils/bin): ```bash bin install https://gitlab.com/IanTwenty/bashtic ``` bin will allow you to manage the install and update it in future. ## Via git clone Git clone the repository and copy bashtic onto your path. I recommend you use an official tag, for example: ```bash git clone https://gitlab.com/IanTwenty/bashtic --branch TAG cd bashtic cp bashtic /usr/local/bin ``` Choose a TAG from our [releases](https://gitlab.com/IanTwenty/bashtic/releases). You'll need to manually update and re-copy bashtic to get updates.