diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-26 22:00:20 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-26 22:00:20 +0100 |
commit | 31b439ee313c9268ac338dd130390d4f7200e693 (patch) | |
tree | 75b3905deacdd849d5fb4fab7e28ed3bf366151b /planetwars-cli/README.md | |
parent | 0d03a0fbc214dd3fb9a8af562f9d88cccaf5f2c0 (diff) | |
download | planetwars.dev-31b439ee313c9268ac338dd130390d4f7200e693.tar.xz planetwars.dev-31b439ee313c9268ac338dd130390d4f7200e693.zip |
rebrand project to workspace
Diffstat (limited to 'planetwars-cli/README.md')
-rw-r--r-- | planetwars-cli/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/planetwars-cli/README.md b/planetwars-cli/README.md index 72572d2..763a3b1 100644 --- a/planetwars-cli/README.md +++ b/planetwars-cli/README.md @@ -4,7 +4,7 @@ Tools for developping planetwars bots locally. ## Getting started -1. Initialize your project directory: `pwcli init-project my_project` -2. Enter your fresh project: `cd my_project` +1. Initialize your workspace directory: `pwcli init my_workspace` +2. Enter your fresh workspace: `cd my_workspace` 3. Run an example match: `pwcli run-match hex simplebot simplebot` 4. View your match in the web UI: `pwcli serve` |