Skip to content

Commit d42b489

Browse files
authored
Improve README (#774)
1 parent 04b1a21 commit d42b489

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

price_pusher/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@ You can get the list of available price feeds from
4646
To run the price pusher, please run the following commands, replacing the command line arguments as necessary:
4747
4848
```sh
49-
# Only run it the first time to build the code
49+
# Please run the two following commands once from the root of the repo to build the code.
5050
npm install
51-
npx lerna run build
51+
npx lerna run build --scope @pythnetwork/price-pusher --include-dependencies
52+
53+
# Navigate to the price_pusher folder
54+
cd price_pusher
5255

5356
# For EVM
5457
npm run start -- evm --endpoint wss://example-rpc.com \

0 commit comments

Comments
 (0)