## 💠About
## 📕 Documentation
The documentation for the latest version of the terebinth interpreter can be
found [here](https://docs.rs/terebinth/). All previously published versions
can be found on [crates.io](https://crates.io/crates/terebinth/versions),
and each version's respective documentation is accessible from there as well.
## 🔰 Getting Started
### Installation
The terebinth interpreter can be installed using cargo:
```shell
cargo install terebinth
```
or it can be built from source:
```shell
git clone git@github.com:October-Studios/terebinth.git
cd terebinth
cargo build --release
```