Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiorowski committed Sep 21, 2024
1 parent 02895c5 commit 2355af9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ Go to the [Releases](https://github.com/gofast-live/gofast-cli/releases) page an
#### Linux

```sh
wget https://github.com/gofast-live/gofast-cli/releases/download/v0.4.1/gofast-linux-amd64 -O /usr/local/bin/gofast
wget https://github.com/gofast-live/gofast-cli/releases/download/v0.4.2/gofast-linux-amd64 -O /usr/local/bin/gofast
chmod +x /usr/local/bin/gofast
```

#### macOS

```sh
wget https://github.com/gofast-live/gofast-cli/releases/download/v0.4.1/gofast-darwin-amd64 -O /usr/local/bin/gofast
wget https://github.com/gofast-live/gofast-cli/releases/download/v0.4.2/gofast-darwin-amd64 -O /usr/local/bin/gofast
chmod +x /usr/local/bin/gofast
```

#### Windows
```sh
curl -L -o gofast.exe https://github.com/gofast-live/gofast-cli/releases/download/v0.4.1/gofast-windows-amd64.exe
curl -L -o gofast.exe https://github.com/gofast-live/gofast-cli/releases/download/v0.4.2/gofast-windows-amd64.exe
move gofast.exe C:\Windows\System32
```

0 comments on commit 2355af9

Please sign in to comment.