docs: checksum help + wording
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se 2025-01-05 15:37:45 +01:00
parent e3d14a7084
commit 433739bf98
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -19,14 +19,24 @@ abra upgrade --rc
### Manually ### Manually
You can also download a release manually. Go to the [releases You can also download a release manually. Go to the [releases
page](https://git.coopcloud.tech/toolshed/abra/releases) Then, download the page](https://git.coopcloud.tech/toolshed/abra/releases), download the release
binary and untar it. For example, for release candidate `0.10.0-rc1-beta` and file, confirm the checksum and untar it.
`linux_amd64`.
For example, for release candidate `0.10.0-rc1-beta` and `linux_amd64`.
Download the release file.
``` ```
wget https://git.coopcloud.tech/toolshed/abra/releases/download/0.10.0-rc1-beta/abra_0.10.0-rc1-beta_linux_amd64.tar.gz wget https://git.coopcloud.tech/toolshed/abra/releases/download/0.10.0-rc1-beta/abra_0.10.0-rc1-beta_linux_amd64.tar.gz
``` ```
Confirm the checksum.
```
wget https://git.coopcloud.tech/toolshed/abra/releases/download/0.10.0-rc1-beta/checksums.txt
cat checksums.txt
sha256sum abra_0.10.0-rc1-beta_linux_amd64.tar.gz
```
Untar the release. Untar the release.
``` ```