Skip to content

Commit

Permalink
chore(ci): README installer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Oct 26, 2023
1 parent ec3b09d commit f4d18d1
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,22 @@ see newProject.go to see how this CLI utilizes these libraries to construct a TU
- https://github.com/charmbracelet/bubbletea for the tui framework
- https://github.com/charmbracelet/bubbles for tui widgets that work with bubbletea

All this thing currently does is clone the starter-game-template.
All this thing currently does is clone the starter-game-template.

Test with these commands; in the project dir run:
1. `go build`
2. `./world create myproject`


## Install Pre-compiled Binaries

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 available release:
```
curl https://install.world.dev/cli! | bash
```

- Install specific release tag:
```
curl https://install.world.dev/cli@<release tag>! | bash
```

0 comments on commit f4d18d1

Please sign in to comment.