diff --git a/README.md b/README.md index a9a4cb6..a6b098c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # world-engine-cli -world-engine-cli temporary testing notes: @@ -20,9 +19,21 @@ Test with these commands; in the project dir run: 1. `go build` 2. `./world create myproject` -## Install Pre-compiled Binaries +# Installation -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: +## Go Install + +- Install latest available release: +``` +go install pkg.world.dev/world-cli@latest +``` + +- Install specific release tag: +``` +go install pkg.world.dev/world-cli@ +``` + +## Curl - Install latest available release: ```