Skip to content

Commit

Permalink
Add mainnet directory setup instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
saniksin committed Dec 17, 2024
1 parent 71c7ae9 commit 7b86c92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/docs/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ wget -O juno_mainnet.tar https://juno-snapshots.nethermind.io/files/mainnet/late
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

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
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-0.11.8/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ wget -O juno_mainnet.tar https://juno-snapshots.nethermind.io/files/mainnet/late
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

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
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-0.12.4/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ wget -O juno_mainnet.tar https://juno-snapshots.nethermind.io/files/mainnet/late
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

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
Expand Down

0 comments on commit 7b86c92

Please sign in to comment.