diff --git a/README.md b/README.md index 1ee7d50..8862d47 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,22 @@ 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 with `go install` +- Install latest available release: ``` go install pkg.world.dev/world-cli@latest ``` -- Install specific release tag with `go install` +- Install specific release tag: ``` go install pkg.world.dev/world-cli@ ``` +## Curl + - Install latest available release: ``` curl https://install.world.dev/cli! | bash