Skip to content

Commit

Permalink
Add dev installation from sources
Browse files Browse the repository at this point in the history
  • Loading branch information
qu35t-code committed Jan 8, 2024
1 parent 7376f4b commit abf66e0
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ htb-cli version
Stable version (main branch): v1.5.1
```

## Development version
## Development version from remote

The **development version (dev branch)** can be installed using the following command:

Expand All @@ -58,6 +58,30 @@ htb-cli version
Development version (dev branch): a4cab218bb5f9851028091eb74469d4e21c469d0
```

## Development version from sources

```bash
git clone [email protected]:GoToolSharing/htb-cli.git
Cloning into 'htb-cli'...
remote: Enumerating objects: 1756, done.
remote: Counting objects: 100% (224/224), done.
remote: Compressing objects: 100% (131/131), done.
remote: Total 1756 (delta 106), reused 142 (delta 77), pack-reused 1532
Receiving objects: 100% (1756/1756), 4.21 MiB | 3.27 MiB/s, done.
Resolving deltas: 100% (1083/1083), done.
```

```bash
cd htb-cli
git checkout dev
go install .
```

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

## Pre-compiled binaries

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

0 comments on commit abf66e0

Please sign in to comment.