Skip to content

Commit

Permalink
Update installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
qu35t-code committed Jan 27, 2024
1 parent b41eff6 commit 59fb7df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified docs/assets/configuration/binaries.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ go install github.com/GoToolSharing/htb-cli@latest

```bash
htb-cli version
Stable version (main branch): v1.5.1
Stable version (main branch): v1.6.0
```

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.
Expand Down Expand Up @@ -42,7 +42,7 @@ go install .

```bash
htb-cli version
Stable version (main branch): v1.5.1
Stable version (main branch): v1.6.0
```

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

```bash
htb-cli version
Development version (dev branch): a4cab218bb5f9851028091eb74469d4e21c469d0
Development version (dev branch)
```

## Development version from sources
Expand All @@ -79,13 +79,13 @@ go install .

```bash
htb-cli version
Development version (dev branch): a4cab218bb5f9851028091eb74469d4e21c469d0
Development version (dev branch)
```

## Pre-compiled binaries

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

<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>
<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>

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

0 comments on commit 59fb7df

Please sign in to comment.