Download Splice
This Page is a how to on downloading Splice

To start, go to our GitHub page.
After visiting the page, clone the GitHub repo using
git clone https://github.com/Open-Splice/Splice.git
Once cloned, open the repo and run
./build.sh
The shell file may ask for a password. That is usually your computer's login password.
This page is a trusted source for Splice Downloads. Do not use a splice installer provided by an unknown publisher. For Org's use, their installer. If you have a corrupted version of Splice, run
./build.sh --force
This will rewrite the corrupted version of Splice with the normal one.
Now you are ready to write your first lines of Splice!
Last updated