diff --git a/README.md b/README.md index 21d2fb23..a4768031 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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