Skip to content

Commit 78cecf7

Browse files
committed
resolve comments
1 parent 93bd80d commit 78cecf7

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

pages/chain/testing/dev-node.mdx

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,26 @@ Before you begin, ensure you have the following components installed on your sys
4343

4444
These instructions were verified on Ubuntu 22.04 LTS. Other versions may require slight modifications.
4545

46-
* Install the command line utilities `make` and `jq`:
46+
* [Install just](https://github.com/casey/just):
4747

48-
```sh
49-
sudo apt install -y make jq
50-
```
48+
* Install the command line utilities `make` and `jq`:
5149

52-
* [Install just](https://github.com/casey/just):
50+
```sh
51+
sudo apt install -y make jq
52+
```
5353

5454
</Tabs.Tab>
5555

5656
<Tabs.Tab>
5757
### Mac Installation
5858

59-
* Install Homebrew (if not already installed):
60-
61-
```sh
62-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
63-
```
59+
* [Install Homebrew]( https://brew.sh/) (if not already installed):
6460

6561
* Install the required utilities:
6662

67-
```sh
68-
brew install make jq just
69-
```
63+
```sh
64+
brew install make jq just
65+
```
7066
</Tabs.Tab>
7167
</Tabs>
7268

0 commit comments

Comments
 (0)