Pass option to pull while setting up repos

This commit is contained in:
Prathamesh Musale 2022-12-21 20:16:59 +05:30
parent 6283aff0b9
commit cabab88ffe

View File

@ -4,10 +4,10 @@ Instructions to deploy a local ERC20 watcher stack (core + watcher) for demonstr
## Setup
* Clone required repositories:
* Clone / pull required repositories:
```bash
$ laconic-so setup-repositories --include cerc-io/go-ethereum,cerc-io/ipld-eth-db,cerc-io/ipld-eth-server,cerc-io/watcher-ts
$ laconic-so setup-repositories --include cerc-io/go-ethereum,cerc-io/ipld-eth-db,cerc-io/ipld-eth-server,cerc-io/watcher-ts --pull
```
* Build the core and watcher container images: