Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Oct 21, 2023
1 parent 4ee194b commit 6f07597
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,23 +247,28 @@ When no node type is specified, the node will default to `--client`.
To run a local devnet with the script, start by installing `tmux`.

<details><summary>macOS</summary>

To install `tmux` on macOS, you can use the `Homebrew` package manager.
If you haven't installed `Homebrew` yet, you can find instructions at [their website](https://brew.sh/).
```bash
# Once Homebrew is installed, run:
brew install tmux
```

</details>

<details><summary>Ubuntu</summary>

On Ubuntu and other Debian-based systems, you can use the `apt` package manager:
```bash
sudo apt update
sudo apt install tmux
```

</details>

<details><summary>Windows</summary>

There are a couple of ways to use `tmux` on Windows:

### Using Windows Subsystem for Linux (WSL)
Expand All @@ -274,6 +279,7 @@ There are a couple of ways to use `tmux` on Windows:
sudo apt update
sudo apt install tmux
```

</details>

#### 6.3.2 Start a Local Devnet
Expand Down

0 comments on commit 6f07597

Please sign in to comment.