Skip to content

Commit c416bf8

Browse files
author
User
committed
fix(install): correct env file path and variable name in next-steps output
1 parent 5fd362e commit c416bf8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ echo -e "${GREEN}✓ vram-validator ${TAG} installed${NC}"
3939
echo ""
4040
echo " Next steps:"
4141
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"
42+
echo " curl -o ~/.env https://raw.githubusercontent.com/${REPO}/main/.env.example"
43+
echo " \$EDITOR ~/.env # set SLCL_WALLET_MNEMONIC and R2 credentials"
4444
echo ""
4545
echo " 2. Run:"
46-
echo " vram-validator"
46+
echo " source ~/.env && vram-validator"
4747
echo ""
4848
echo " Docs: https://github.com/${REPO}#readme"

0 commit comments

Comments
 (0)