Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed May 5, 2023
1 parent 75f7c39 commit ea85ae8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ With goup, you can easily install, update and switch between versions of the Go

## Installation

Simply download the latest binaries from the [Releases Page](https://github.com/zekrotja/goup/releases). Alternatively, you can also install goup using cargo.
Simply download the latest binaries from the [Releases Page](https://github.com/zekrotja/goup/releases).

Alternatively, you can also install goup using cargo.

```bash
cargo install goup
```

If you want the latest unreleased version from the `master` branch, use the following command.

```bash
cargo install --git https://github.com/zekrotja/goup
cargo install --git https://github.com/zekroTJA/goup
```

After that, run the following command to setup your environment to use goup to handle your Go versions.
Expand Down

0 comments on commit ea85ae8

Please sign in to comment.