Skip to content

Commit

Permalink
Merge pull request #117 from montblu/update-docs-with-new-artifacts
Browse files Browse the repository at this point in the history
DOCS: Update installation process with new artifacts
  • Loading branch information
MiguelNdeCarvalho authored Mar 5, 2024
2 parents 1ce99be + ec12595 commit a409593
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ All the binaries versions are available inside the [releases pages](https://gith
To download the latest binaries run the following command:

``` shell
wget -qO- https://github.com/montblu/terrabutler/releases/download/<VERSION>/terrabutler-linux-x86_64-<VERSION>.tar.gz | tar -zxvf - terrabutler
wget -qO- https://github.com/montblu/terrabutler/releases/download/<VERSION>/terrabutler-<OS>-<ARCH>-<VERSION>.tar.gz | tar -zxvf - terrabutler
```

Where `<VERSION>` is the version of the release.

For example, to download **Terrabutler v0.1.0**, just run:
For example, to download **Terrabutler v0.2.0** for Linux x64, just run:

```
wget -qO- https://github.com/montblu/terrabutler/releases/download/v0.1.0/terrabutler-linux-x86_64-v0.1.0.tar.gz | tar -zxvf - terrabutler
wget -qO- https://github.com/montblu/terrabutler/releases/download/v0.2.0/terrabutler-linux-x64-v0.2.0.tar.gz | tar -zxvf - terrabutler
```

## Install the binaries
Expand Down Expand Up @@ -56,7 +56,7 @@ and the output should be:


``` shell
Terrabutler: v0.1.0
Terrabutler: v0.2.0
```

If the output is not similar to the one above, then **something went wrong during the installation**.
Expand Down

0 comments on commit a409593

Please sign in to comment.