Skip to content

Commit

Permalink
chore: doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 8, 2023
1 parent 73f3920 commit 9a80990
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,18 +371,19 @@ On the _host_ machine, please run
cd \
&& git clone https://github.com/maticnetwork/matic-cli.git \
&& cd matic-cli \
&& npm install \
&& alias matic-cli="$(pwd)/bin/matic-cli" \
&& mkdir devnet \
&& cd devnet
&& npm install
```
Set up this handy alias: `alias matic-cli="$(pwd)/bin/matic-cli"`.
#### Local dockerized network
Adjust the [docker configs](configs/devnet/docker-setup-config.yaml) and run
```bash
$ matic-cli setup devnet --config ../configs/devnet/docker-setup-config.yaml
mkdir devnet \
&& cd devnet \
&& matic-cli setup devnet --config ../configs/devnet/docker-setup-config.yaml
...
DONE Devnet is ready
```
Expand Down Expand Up @@ -437,13 +438,13 @@ Note: in case of docker setup, we have provided [some additional scripts](src/se
Adjust the [remote configs](configs/devnet/remote-setup-config.yaml) and run
```bash
../bin/matic-cli setup devnet -c ../configs/devnet/remote-setup-config.yaml
matic-cli setup devnet -c ../configs/devnet/remote-setup-config.yaml
```
Alternatively, this step can be executed interactively with
```bash
../bin/matic-cli setup devnet -i
matic-cli setup devnet -i
```
Once the setup is done, follow these steps for remote deployment
Expand Down

0 comments on commit 9a80990

Please sign in to comment.