Skip to content

Commit

Permalink
simplify further
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty committed Nov 3, 2023
1 parent 43ceade commit 066fe41
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@<release tag>
```

## Curl

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

0 comments on commit 066fe41

Please sign in to comment.