From 76da871c6b582274bda731362ed7ac2a5419629f Mon Sep 17 00:00:00 2001 From: Evan Gray Date: Mon, 11 Jul 2022 21:34:46 +0000 Subject: [PATCH] bridge_ui: update readme --- bridge_ui/README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/bridge_ui/README.md b/bridge_ui/README.md index f3971f685..a71d0ad73 100644 --- a/bridge_ui/README.md +++ b/bridge_ui/README.md @@ -2,22 +2,9 @@ ## Prerequisites -- Docker - NodeJS v14+ - NPM v7.18+ -Run the following from the root of this repo - -```bash -DOCKER_BUILDKIT=1 docker build --target node-export -f Dockerfile.proto -o type=local,dest=. . -DOCKER_BUILDKIT=1 docker build -f solana/Dockerfile.wasm -o type=local,dest=. solana -npm ci --prefix ethereum -npm ci --prefix sdk/js -npm run build --prefix sdk/js -``` - -The remaining steps can be run from this folder - ## Install ```bash