Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d5a1c0

Browse files
authored
Update README.md
Fixed release download url in readme
1 parent b48a5cf commit 3d5a1c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ sudo apt install docker-ctop
3434
#### Linux (Generic)
3535

3636
```bash
37-
sudo wget https://github.com/bcicen/ctop/releases/download/v0.7.6/ctop-0.7.6-linux-amd64 -O /usr/local/bin/ctop
37+
sudo wget https://github.com/bcicen/ctop/releases/download/0.7.6/ctop-0.7.6-linux-amd64 -O /usr/local/bin/ctop
3838
sudo chmod +x /usr/local/bin/ctop
3939
```
4040

@@ -49,7 +49,7 @@ sudo port install ctop
4949
```
5050
or
5151
```bash
52-
sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/v0.7.6/ctop-0.7.6-darwin-amd64
52+
sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/0.7.6/ctop-0.7.6-darwin-amd64
5353
sudo chmod +x /usr/local/bin/ctop
5454
```
5555

0 commit comments

Comments
 (0)