You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ go install github.com/GoToolSharing/htb-cli@latest
12
12
13
13
```bash
14
14
htb-cli version
15
-
Stable version (main branch): v1.5.1
15
+
Stable version (main branch): v1.6.0
16
16
```
17
17
18
18
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 .
42
42
43
43
```bash
44
44
htb-cli version
45
-
Stable version (main branch): v1.5.1
45
+
Stable version (main branch): v1.6.0
46
46
```
47
47
48
48
## Development version from remote
@@ -55,7 +55,7 @@ go install github.com/GoToolSharing/htb-cli@dev
55
55
56
56
```bash
57
57
htb-cli version
58
-
Development version (dev branch): a4cab218bb5f9851028091eb74469d4e21c469d0
58
+
Development version (dev branch)
59
59
```
60
60
61
61
## Development version from sources
@@ -79,13 +79,13 @@ go install .
79
79
80
80
```bash
81
81
htb-cli version
82
-
Development version (dev branch): a4cab218bb5f9851028091eb74469d4e21c469d0
82
+
Development version (dev branch)
83
83
```
84
84
85
85
## Pre-compiled binaries
86
86
87
87
**Pre-compiled binaries** are available with each release, allowing users to download the program without having to build it.
0 commit comments