Skip to content

Commit

Permalink
docs: update download link
Browse files Browse the repository at this point in the history
  • Loading branch information
alegrey91 committed Jan 26, 2023
1 parent 0f521a1 commit a787757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Full **documentation** [here](docs/getting-started.md).
#### Linux x86_64

```shell
wget https://github.com/alegrey91/fwdctl/releases/download/v0.6/fwdctl_Linux_x86_64 -O fwdctl && chmod +x fwdctl && sudo mv fwdctl /usr/local/bin/
wget https://github.com/alegrey91/fwdctl/releases/latest -O fwdctl && chmod +x fwdctl && sudo mv fwdctl /usr/local/bin/
```

0 comments on commit a787757

Please sign in to comment.