diff --git a/docs/docs/snapshots.md b/docs/docs/snapshots.md index b5306e6d41..d70fe92add 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 cff4419224..8da67b63ee 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 b5306e6d41..d70fe92add 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