Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 345 Bytes

installing-node.sh.md

File metadata and controls

16 lines (11 loc) · 345 Bytes

Installing node.sh

Create a folder in your $HOME to hold executable files, config files, and data files.

$ mkdir ~/node
$ cd ~/node

Download the current version of the script and make it executable.

$ curl -O https://raw.githubusercontent.com/elastos/Elastos.Node/master/build/skeleton/node.sh
$ chmod a+x node.sh