Skip to content

Install#

Install from source#

You will need git, and the rust toolchain installed.

git clone https://github.com/aspizu/goboscript
cd goboscript
cargo install --path .

To update the installation:

cd goboscript
git pull
cargo install --path .