Skip to content

Commit

Permalink
docs: update dev commands in readme (#36)
Browse files Browse the repository at this point in the history
* docs: update dev commands in readme

* chore: update version map

---------

Co-authored-by: Ryan Martin <[email protected]>
rmrt1n and rmrt1n authored Jun 5, 2024
1 parent 77ca66d commit 077280c
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -69,5 +69,5 @@ world create my-game
cd my-game

# Start Cardinal in dev mode without the Cardinal Editor
world cardinal dev --no-editor
world cardinal dev --editor=false
```
3 changes: 2 additions & 1 deletion version_map.json
Original file line number Diff line number Diff line change
@@ -11,5 +11,6 @@
"v1.3.3": "v0.4.1",
"v1.3.4": "v0.4.1",
"v1.3.5": "v0.4.1",
"v1.4.0": "v0.4.1"
"v1.4.0": "v0.4.1",
"v1.4.1": "v0.4.0"
}

0 comments on commit 077280c

Please sign in to comment.