Skip to content

Commit 738719f

Browse files
committed
fix lint issues
1 parent a73d3a5 commit 738719f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pages/chain/testing/dev-node.mdx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,33 +43,30 @@ 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-
1. Install the command line utilities `make` and `jq`:
46+
* Install the command line utilities `make` and `jq`:
4747

4848
```sh
4949
sudo apt install -y make jq
5050
```
5151

52-
2. [Install just](https://github.com/casey/just):
52+
* [Install just](https://github.com/casey/just):
5353

54-
3. [Install Docker](https://docs.docker.com/engine/install/ubuntu/)
5554
</Tabs.Tab>
5655

5756
<Tabs.Tab>
5857
### Mac Installation
5958

60-
* Install Homebrew (if not already installed):
59+
* Install Homebrew (if not already installed):
6160

6261
```sh
6362
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
6463
```
6564

66-
* Install the required utilities:
65+
* Install the required utilities:
6766

6867
```sh
6968
brew install make jq just
7069
```
71-
72-
* [Install Docker](https://docs.docker.com/desktop/install/mac-install/)
7370
</Tabs.Tab>
7471
</Tabs>
7572

0 commit comments

Comments
 (0)