Skip to content

Commit

Permalink
docs: update hashtags/version
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 24, 2022
1 parent 1fd2628 commit 148c788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Donate 15](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square&label=donate+15)](https://www.paypal.me/ji10/15usd)
[![Donate 25](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square&label=donate+25)](https://www.paypal.me/ji10/25usd)
[![Donate 50](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square&label=donate+50)](https://www.paypal.me/ji10/50usd)
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Golang+tool+to+check+internet+speed+right+from+the+terminal&url=https://github.com/adhocore/fast&hashtags=php,jwt,auth)
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Golang+tool+to+check+internet+speed+right+from+the+terminal&url=https://github.com/adhocore/fast&hashtags=golang,terminal,cli,speed-check,fast)


A GO lang command line tool to check internet speed right from the terminal.
Expand All @@ -25,7 +25,7 @@ Install `fast`:
go get -u github.com/adhocore/fast/cmd/fast

# or in recent go versions:
go install github.com/adhocore/fast/cmd/fast@v1.1.0
go install github.com/adhocore/fast/cmd/fast@v1.2.0
```

Finally, make sure `$GOPATH` or `$HOME/go/bin` is in your `$PATH` or `%path%`, then run:
Expand Down

0 comments on commit 148c788

Please sign in to comment.