Skip to content

Commit

Permalink
doc: update binary doc
Browse files Browse the repository at this point in the history
  • Loading branch information
CeoFred committed Dec 3, 2023
1 parent d8e49b6 commit 078f863
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ go get -u github.com/CeoFred/nturu
Download the latest release binary for your platform from the [GitHub Releases](https://github.com/CeoFred/nturu/releases) page. Make it executable and move it to a directory in your PATH.

```bash
curl -LJO https://github.com/CeoFred/nturu/releases/download/v1.0.2/nturu
curl -LJO https://github.com/CeoFred/nturu/releases/download/vX.Y.Z/nturu
chmod +x nturu
mv nturu /usr/local/bin/nturu
```

Replace X.Y.Z with any version of nturu

## Usage

### Generate Microservice Boilerplate
Expand Down

0 comments on commit 078f863

Please sign in to comment.