From 2d17b026a5cc00e220aac22b990bf87e01eb0626 Mon Sep 17 00:00:00 2001 From: Oleksandr Makedon Date: Thu, 28 Nov 2024 02:34:22 +0100 Subject: [PATCH] Add mainnet directory setup instructions. --- docs/docs/snapshots.md | 4 ++-- docs/versioned_docs/version-0.11.8/snapshots.md | 4 ++-- docs/versioned_docs/version-0.12.4/snapshots.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/snapshots.md b/docs/docs/snapshots.md index b5306e6d4..d70fe92ad 100644 --- a/docs/docs/snapshots.md +++ b/docs/docs/snapshots.md @@ -55,7 +55,7 @@ wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/files/mainnet/lat Ensure you have a directory to store the snapshots. We will use the `$HOME/snapshots` directory: ```bash -mkdir -p $HOME/snapshots +mkdir -p $HOME/snapshots/juno_mainnet ``` ### 3. Extract the snapshot @@ -63,7 +63,7 @@ mkdir -p $HOME/snapshots Extract the contents of the downloaded `.tar` file into the directory: ```bash -tar -xvf juno_mainnet.tar -C $HOME/snapshots +tar -xvf juno_mainnet.tar -C $HOME/snapshots/juno_mainnet ``` ### 4. Run Juno diff --git a/docs/versioned_docs/version-0.11.8/snapshots.md b/docs/versioned_docs/version-0.11.8/snapshots.md index cff441922..8da67b63e 100644 --- a/docs/versioned_docs/version-0.11.8/snapshots.md +++ b/docs/versioned_docs/version-0.11.8/snapshots.md @@ -54,7 +54,7 @@ wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/files/mainnet/lat Ensure you have a directory to store the snapshots. We will use the `$HOME/snapshots` directory: ```bash -mkdir -p $HOME/snapshots +mkdir -p $HOME/snapshots/juno_mainnet ``` ### 3. Extract the snapshot @@ -62,7 +62,7 @@ mkdir -p $HOME/snapshots Extract the contents of the downloaded `.tar` file into the directory: ```bash -tar -xvf juno_mainnet.tar -C $HOME/snapshots +tar -xvf juno_mainnet.tar -C $HOME/snapshots/juno_mainnet ``` ### 4. Run Juno diff --git a/docs/versioned_docs/version-0.12.4/snapshots.md b/docs/versioned_docs/version-0.12.4/snapshots.md index b5306e6d4..d70fe92ad 100644 --- a/docs/versioned_docs/version-0.12.4/snapshots.md +++ b/docs/versioned_docs/version-0.12.4/snapshots.md @@ -55,7 +55,7 @@ wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/files/mainnet/lat Ensure you have a directory to store the snapshots. We will use the `$HOME/snapshots` directory: ```bash -mkdir -p $HOME/snapshots +mkdir -p $HOME/snapshots/juno_mainnet ``` ### 3. Extract the snapshot @@ -63,7 +63,7 @@ mkdir -p $HOME/snapshots Extract the contents of the downloaded `.tar` file into the directory: ```bash -tar -xvf juno_mainnet.tar -C $HOME/snapshots +tar -xvf juno_mainnet.tar -C $HOME/snapshots/juno_mainnet ``` ### 4. Run Juno