diff --git a/README.md b/README.md index 3fbe763..288447d 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ # sushiswap-watcher-ts + +Watchers for the [sushiswap-subgraphs](https://github.com/cerc-io/sushiswap-subgraphs/tree/watcher-ts) on Filecoin + +## Setup + +* Run the following command to install required packages: + + ```bash + yarn && yarn build + ``` diff --git a/packages/blocks-watcher/README.md b/packages/blocks-watcher/README.md index 095ecb1..366e6bd 100644 --- a/packages/blocks-watcher/README.md +++ b/packages/blocks-watcher/README.md @@ -7,11 +7,7 @@ ## Setup -* Run the following command to install required packages: - - ```bash - yarn - ``` +* Follow root [README.md setup](../../README.md#setup) * Create a postgres12 database for the watcher: diff --git a/packages/route-processor-watcher/README.md b/packages/route-processor-watcher/README.md index 1f4f259..676712d 100644 --- a/packages/route-processor-watcher/README.md +++ b/packages/route-processor-watcher/README.md @@ -7,11 +7,7 @@ ## Setup -* Run the following command to install required packages: - - ```bash - yarn - ``` +* Follow root [README.md setup](../../README.md#setup) * Create a postgres12 database for the watcher: diff --git a/packages/sushiswap-watcher/README.md b/packages/sushiswap-watcher/README.md index 9061fbc..92e1231 100644 --- a/packages/sushiswap-watcher/README.md +++ b/packages/sushiswap-watcher/README.md @@ -7,11 +7,7 @@ ## Setup -* Run the following command to install required packages: - - ```bash - yarn - ``` +* Follow root [README.md setup](../../README.md#setup) * Create a postgres12 database for the watcher: diff --git a/packages/v2-watcher/README.md b/packages/v2-watcher/README.md index 053bc27..d3eb1ad 100644 --- a/packages/v2-watcher/README.md +++ b/packages/v2-watcher/README.md @@ -7,11 +7,7 @@ ## Setup -* Run the following command to install required packages: - - ```bash - yarn - ``` +* Follow root [README.md setup](../../README.md#setup) * Create a postgres12 database for the watcher: diff --git a/packages/v3-watcher/README.md b/packages/v3-watcher/README.md index 368aed1..bb4742b 100644 --- a/packages/v3-watcher/README.md +++ b/packages/v3-watcher/README.md @@ -7,11 +7,7 @@ ## Setup -* Run the following command to install required packages: - - ```bash - yarn - ``` +* Follow root [README.md setup](../../README.md#setup) * Create a postgres12 database for the watcher: