From 3c5eaa2c4b1fb08fe2b0a025e258cfcfda393b00 Mon Sep 17 00:00:00 2001 From: Danil Kovtonyuk Date: Wed, 13 Apr 2022 21:11:16 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cfc157..d9c48d9 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ wget https://raw.githubusercontent.com/tornadocash/tornado-relayer/master/.env.e ## Run locally -1. `npm i` +1. `yarn` 2. `cp .env.example .env` 3. Modify `.env` as needed -4. `npm run start` +4. `yarn start` 5. Go to `http://127.0.0.1:8000` 6. In order to execute withdraw request, you can run following command