-
Notifications
You must be signed in to change notification settings - Fork 4
Install Splinter
Marco Massari Calderone edited this page Oct 4, 2020
·
3 revisions
It's preferable to use the bash installation (rather then git clone) because the installation script will execute some initial setup and cleanup
# BASH & ZSH
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/marcomc/splinter-tools/master/install-splinter)"
# FISH
curl -fsSL https://raw.githubusercontent.com/marcomc/splinter-tools/master/install-splinter | /bin/bash
When the installation complete you will find in the current folder a directory called splinter
The installation is non-invasive, meaning that everything will be installed in a self-containing project folder called
splinterand nothing will in installed in the host operating system (if you delete thesplinterfolder you will be deleting anything that had been installed).
2020 (c) MarcoMC - github.com/marcomc/splinter