Skip to content

Commit

Permalink
Merge pull request #468 from Zblocker64/patch-2
Browse files Browse the repository at this point in the history
update: Snapshot URL
  • Loading branch information
HoomanDgtl authored Dec 23, 2024
2 parents a05f82f + 6052472 commit d6075ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/Docs/akash-nodes/akash-node-cli-build/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,12 +386,12 @@ cd ~/.akash
### Download Snapshot 
The latest Akash snapshot version - made available via The Offical Akash Network Snapshot - can be found [here](https://snapshots.akash.network/akashnet-2/akashnet-2_latest.tar.lz4). This snapshot is updated every hour.
The latest Akash snapshot version - made available via The Offical Akash Network Snapshot - can be found [here](https://snapshots.akash.network/akashnet-2/latest). This snapshot is updated every hour.
#### Example Steps
```
wget -O akashnet-2_latest.tar.lz4 https://snapshots.akash.network/akashnet-2/akashnet-2_latest.tar.lz4 --inet4-only
wget -O akashnet-2_latest.tar.lz4 https://snapshots.akash.network/akashnet-2/latest --inet4-only

apt-get install lz4

Expand Down

0 comments on commit d6075ae

Please sign in to comment.