From a753ed4cb9f54a58d56d3e1cc3344a22be5f87bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Dun=C4=91er?= Date: Tue, 16 Jan 2024 10:49:37 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcd80b4..d986e3b 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,5 @@ In order to run the script you need to: - Modify the buy.ts file and enter your RPC endpoint - Find line where it says: `ENTER RPC ENDPOINT HERE` and `ENTER RPC WEBSOCKET ENDPOINT HERE` and replace it with your endpoint +- Install dependencies buy typing: `npm install` - Run the script by typing: `npm run buy` in terminal