Skip to content

Commit 59fb7df

Browse files
committed
Update installation page
1 parent b41eff6 commit 59fb7df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
-81.5 KB
Loading

docs/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ go install github.com/GoToolSharing/htb-cli@latest
1212

1313
```bash
1414
htb-cli version
15-
Stable version (main branch): v1.5.1
15+
Stable version (main branch): v1.6.0
1616
```
1717

1818
Make sure you have golang in your **PATH** so you don't run into any problems when executing the binary. The following code must be added to your **rc file (bashrc / zshrc)** to make it permanent.
@@ -42,7 +42,7 @@ go install .
4242

4343
```bash
4444
htb-cli version
45-
Stable version (main branch): v1.5.1
45+
Stable version (main branch): v1.6.0
4646
```
4747

4848
## Development version from remote
@@ -55,7 +55,7 @@ go install github.com/GoToolSharing/htb-cli@dev
5555

5656
```bash
5757
htb-cli version
58-
Development version (dev branch): a4cab218bb5f9851028091eb74469d4e21c469d0
58+
Development version (dev branch)
5959
```
6060

6161
## Development version from sources
@@ -79,13 +79,13 @@ go install .
7979

8080
```bash
8181
htb-cli version
82-
Development version (dev branch): a4cab218bb5f9851028091eb74469d4e21c469d0
82+
Development version (dev branch)
8383
```
8484

8585
## Pre-compiled binaries
8686

8787
**Pre-compiled binaries** are available with each release, allowing users to download the program without having to build it.
8888

89-
<a href="https://github.com/GoToolSharing/htb-cli/releases/tag/v1.5.1" target="_blank">https://github.com/GoToolSharing/htb-cli/releases/tag/v1.5.1</a>
89+
<a href="https://github.com/GoToolSharing/htb-cli/releases/tag/v1.6.0" target="_blank">https://github.com/GoToolSharing/htb-cli/releases/tag/v1.6.0</a>
9090

9191
![Binaries](/assets/configuration/binaries.png)

0 commit comments

Comments
 (0)