Update README.md

This commit is contained in:
Danil Kovtonyuk 2022-04-13 21:11:45 +10:00 committed by GitHub
parent 6eb3d702a4
commit 692ab64d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@ wget https://raw.githubusercontent.com/tornadocash/tornado-relayer/light/.env.ex
## 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