diff --git a/README.md b/README.md index 4509b4b..40acb0c 100644 --- a/README.md +++ b/README.md @@ -9,26 +9,14 @@ ``` git clone --recursive https://github.com/tornadocash/tornado-deploy cd tornado-deploy -npm i +yarn cp .env.example .env -npm run start +yarn build ``` Note: build script will globally `yarn link` `torn-token` package Note: build script will not recompile snark circuit if compilation result already exists -## How to use local npm packages: - -``` -# Remember that torn-token packages links to here -cd torn-token -yarn link - -# Install torn-token package from local source (create symlink ./node_modules/torn-token -> ) -cd ../tornado-governance -yarn link torn-token -``` - ## Verify addresses ```