File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Read more about `req` over here -
2121To install a specific release
2222
2323```
24- go install github.com/maniac-en/req@v0.1.0
24+ go install github.com/maniac-en/req@latest
2525```
2626
27- Replace ` v0.1.0 ` with the version you want.
27+ Replace ` latest ` with the specific version you want.
2828
2929### Requirements
3030
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ <h2>Coming Soon</h2>
5656 </ ul >
5757 < h2 > Try It Out</ h2 >
5858 < p > < b > GitHub</ b > : https://github.com/maniac-en/req
59- < b > Installation</ b > : < code > go install github.com/maniac-en/req@v0.1.0 </ code >
59+ < b > Installation</ b > : < code > go install github.com/maniac-en/req@latest </ code >
6060 < b > Usage</ b > : Just run < code > req</ code > in your terminal!
6161 </ p >
6262 < p > The app works completely offline with no external dependencies required.</ p >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The project uses:
2323## Installation
2424
2525``` bash
26- go install github.com/maniac-en/req@v0.1.0
26+ go install github.com/maniac-en/req@latest
2727req
2828```
2929
4747## Try It Out
4848
4949** GitHub** : https://github.com/maniac-en/req
50- ** Installation** : ` go install github.com/maniac-en/req@v0.1.0 `
50+ ** Installation** : ` go install github.com/maniac-en/req@latest `
5151** Usage** : Just run ` req ` in your terminal!
5252
5353The app works completely offline with no external dependencies required.
You can’t perform that action at this time.
0 commit comments