Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanisham authored Dec 10, 2024
1 parent 4fea70e commit efbb868
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ like), then ZVM will update the exact executable you've called `upgrade` from.

```sh
curl https://raw.githubusercontent.com/tristanisham/zvm/master/install.sh | bash
# Or
go install -ldflags "-s -w" github.com/tristanisham/zvm@latest

```

<!-- This script will **automatically append** ZVM's required environment variables (see below) to `~/.profile` or `~/.bashrc`. -->
Expand All @@ -62,6 +61,11 @@ irm https://raw.githubusercontent.com/tristanisham/zvm/master/install.ps1 | iex
powershell -c "irm https://raw.githubusercontent.com/tristanisham/zvm/master/install.ps1 | iex"
```

## If You Have a Valid Version of Go Installed
```sh
go install -ldflags "-s -w" github.com/tristanisham/zvm@latest
```

## Manually

Please grab the
Expand Down

0 comments on commit efbb868

Please sign in to comment.