Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
krofax committed Aug 22, 2024
1 parent 93bd80d commit 78cecf7
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions pages/chain/testing/dev-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,26 @@ Before you begin, ensure you have the following components installed on your sys

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

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

```sh
sudo apt install -y make jq
```
* Install the command line utilities `make` and `jq`:

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

</Tabs.Tab>

<Tabs.Tab>
### Mac Installation

* Install Homebrew (if not already installed):

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

* Install the required utilities:

```sh
brew install make jq just
```
```sh
brew install make jq just
```
</Tabs.Tab>
</Tabs>

Expand Down

0 comments on commit 78cecf7

Please sign in to comment.