Skip to content

Commit

Permalink
updating sha256 checksum (#383)
Browse files Browse the repository at this point in the history
* updating sha256 checksum
  • Loading branch information
lufa23 authored Aug 25, 2023
1 parent 2376ae9 commit 54aebdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/2.developers/2.developer-tools/3.daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ sha256sum archwayd_linux_arm64


Using the *sha256sum* should give you a string (i.e.
*4dd95ee0729b6593c9c390bde6e0c7bf3af0957d7f323e216b76ddb663fa7bc7*).
*04fac46745579a7e8b22fc3b1f83dcf5c1aa2b03e303823eb54d2328e7c1fa05*).

You can then download the sha256 checksum file relative to the release file:

::highlight-card
```bash
wget archwaysha256.txt https://github.com/archway-network/archway/releases/download/$$archwayVersion$$/archwayd_checksums.txt
wget archwaysha256.txt https://github.com/archway-network/archway/releases/download/$$archwayVersion$$/archwayd_$$archwayVersion$$_checksums.txt

```
::
Expand Down
2 changes: 1 addition & 1 deletion content/4.validators/1.running-a-node/2.install.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sha256sum archwayd_linux_arm64


Using the *sha256sum* should give you a string (i.e.
*4dd95ee0729b6593c9c390bde6e0c7bf3af0957d7f323e216b76ddb663fa7bc7*).
*04fac46745579a7e8b22fc3b1f83dcf5c1aa2b03e303823eb54d2328e7c1fa05*).

You can then download the sha256 checksum file relative to the release file:

Expand Down

0 comments on commit 54aebdf

Please sign in to comment.