Skip to content

Commit ef0a1d9

Browse files
committed
docs: Update installation instructions to use @latest
- Updated installation command to `go install github.com/maniac-en/req@latest`
1 parent 43e835b commit ef0a1d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Read more about `req` over here -
2121
To 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

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

web/content/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2727
req
2828
```
2929

@@ -47,7 +47,7 @@ req
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

5353
The app works completely offline with no external dependencies required.

0 commit comments

Comments
 (0)