Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty authored Nov 3, 2023
1 parent 3e4e3dc commit 43ceade
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# world-engine-cli
world-engine-cli

temporary testing notes:

Expand All @@ -24,6 +23,16 @@ Test with these commands; in the project dir run:

The simplest, cross-platform way to get started is to download `world-cli` from [GitHub Releases](https://github.com/Argus-Labs/world-cli/releases) and place the executable file in your PATH, or using installer script below:

- Install latest with `go install`
```
go install pkg.world.dev/world-cli@latest
```

- Install specific release tag with `go install`
```
go install pkg.world.dev/world-cli@<release tag>
```

- Install latest available release:
```
curl https://install.world.dev/cli! | bash
Expand Down

0 comments on commit 43ceade

Please sign in to comment.