Skip to content

Commit

Permalink
See Argus-Labs/world-engine@b56814b from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Argus-Labs committed Feb 7, 2024
1 parent 62c5a8f commit 1fe0b82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To begin your development journey with World Engine, you install
[World CLI](https://github.com/Argus-Labs/world-cli) a tool for creating, managing, and deploying World
Engine projects.

Install the latest world-cli release by running
Install the latest world-cli release by running:

```bash
curl https://install.world.dev/cli! | bash
Expand All @@ -26,7 +26,7 @@ To use this template to start your own project, navigate to the directory where
and run:

```bash
world cardinal create
world create
```
You will be prompted for a game name. A copy of the starter-game-template will be created in the current directory.

Expand All @@ -45,13 +45,13 @@ world cardinal dev
To run the World Engine stack end-to-end (i.e. in production and game engine integration), run:

```bash
world cardinal stop
world cardinal start
```

This command will use the `world.toml` config specified in your root project directory to run both World Engine's
Cardinal game shard and Nakama relayer (for game engine integration).

Make sure to set `CARDINAL_MODE="production` in world.toml to run the stack in production mode and obtain the best
Make sure to set `CARDINAL_MODE="production"` in world.toml to run the stack in production mode and obtain the best
performance.


Expand All @@ -67,4 +67,4 @@ After you create some entities in your game, it will show up on the Cardinal Edi

## Developing Your Game

For more details on how to create the game of your dream, visit the [World Engine documentation](https://world.dev)
For more details on how to create the game of your dream, visit the [World Engine documentation](https://world.dev)

0 comments on commit 1fe0b82

Please sign in to comment.