We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd362e commit c416bf8Copy full SHA for c416bf8
1 file changed
install.sh
@@ -39,10 +39,10 @@ echo -e "${GREEN}✓ vram-validator ${TAG} installed${NC}"
39
echo ""
40
echo " Next steps:"
41
echo " 1. Copy and fill in your config:"
42
-echo " curl -o .env https://raw.githubusercontent.com/${REPO}/main/.env.example"
43
-echo " \$EDITOR .env # set VRAMHUB_WALLET_MNEMONIC"
+echo " curl -o ~/.env https://raw.githubusercontent.com/${REPO}/main/.env.example"
+echo " \$EDITOR ~/.env # set SLCL_WALLET_MNEMONIC and R2 credentials"
44
45
echo " 2. Run:"
46
-echo " vram-validator"
+echo " source ~/.env && vram-validator"
47
48
echo " Docs: https://github.com/${REPO}#readme"
0 commit comments