Browse Source

Create README.md

IeSua-lab 4 years ago
parent
commit
1e137445a6
1 changed files with 8 additions and 0 deletions
  1. 8 0
      community-contributions/scriptnodeSetup/README.md

+ 8 - 0
community-contributions/scriptnodeSetup/README.md

@@ -0,0 +1,8 @@
+## Installation with script
+
+Login as root, then do:
+```
+wget https://raw.githubusercontent.com/IeSua-lab/joystream-node/main/joystream-node-install.sh
+chmod +x ./joystream-node-install.sh
+./joystream-node-install.sh
+```