Skip to content

Commit 1587677

Browse files
docs: update README
1 parent 9361425 commit 1587677

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

alerts/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The alerts that will be sent are:
1313

1414
```shell
1515
cp .env.example .env
16-
yarn install && yarn typechain & yarn subgraph & yarn build
17-
yarn dev # or yarn start
16+
pnpm install && pnpm typechain && pnpm build
17+
pnpm dev # or pnpm start
1818
```
1919

2020
# Run docker
@@ -45,10 +45,10 @@ Remember to configure Slack App:
4545

4646
- Setup Env Variables
4747
- cp .env.example .env
48-
- Install npm dependencies
49-
- yarn install
48+
- Install dependencies
49+
- pnpm install
5050
- Run script
51-
- yarn dev
51+
- pnpm dev
5252

5353
### References
5454

0 commit comments

Comments
 (0)