소스 검색

Create README.md

IeSua-lab 4 년 전
부모
커밋
1e137445a6
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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
+```