From 6f07597bb217246b2240e9a2a70c605d9f6fcbbd Mon Sep 17 00:00:00 2001
From: Howard Wu <9260812+howardwu@users.noreply.github.com>
Date: Sat, 21 Oct 2023 12:55:26 -0700
Subject: [PATCH] Update README.md
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 5c3bf45082..33871176da 100644
--- a/README.md
+++ b/README.md
@@ -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`.
macOS
+
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
```
+
Ubuntu
+
On Ubuntu and other Debian-based systems, you can use the `apt` package manager:
```bash
sudo apt update
sudo apt install tmux
```
+
Windows
+
There are a couple of ways to use `tmux` on Windows:
### Using Windows Subsystem for Linux (WSL)
@@ -274,6 +279,7 @@ There are a couple of ways to use `tmux` on Windows:
sudo apt update
sudo apt install tmux
```
+
#### 6.3.2 Start a Local Devnet