For quick installation on Linux and macOS, execute the following command:
bash <(curl -sSL https://raw.githubusercontent.com/cypher-network/cypher/master/install/install.sh)
The following parameters can be supplied:
--help
Display help
--config-skip
Do not run configuration wizard
--no-service
Do not install node as a service
--noninteractive
Assume default answers without user interaction.
--uninstall
Uninstall node
For example:
bash <(curl -sSL https://raw.githubusercontent.com/cypher-network/cypher/master/install/install.sh) --uninstall