Skip to content

Commit

Permalink
chore: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender37 committed Oct 23, 2024
1 parent a5bb013 commit d1fef98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,10 @@ conda activate dojo_py311
pm2 start auto_update.py --name auto-update-validator --interpreter $(which python3) -- --env_file .env.validator --service validator

# miner-centralised
pm2 start auto_update.py --name auto-update-miner --interpreter $(which python3) -- --env_file .env.miner --service miner-centralised
pm2 start auto_update.py --name auto-update-miner-centralised --interpreter $(which python3) -- --env_file .env.miner --service miner-centralised

# miner-decentralised
pm2 start auto_update.py --name auto-update-miner --interpreter $(which python3) -- --env_file .env.miner --service miner-decentralised
pm2 start auto_update.py --name auto-update-miner-decentralised --interpreter $(which python3) -- --env_file .env.miner --service miner-decentralised
```

# Dojo CLI
Expand Down

0 comments on commit d1fef98

Please sign in to comment.