From 5dae5e1aa4eda726ddffc08eaec0144d003a98a0 Mon Sep 17 00:00:00 2001 From: Dan Tehrani Date: Sat, 24 Jun 2023 00:34:04 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d47e1084..7cf34066c 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,9 @@ git clone https://github.com/DanTehrani/circom-secq cd circom-secq && cargo build --release && cargo install --path circom ``` -2. Install dependencies & Build all packages +2. Install [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) + +4. Install dependencies & Build all packages ```jsx yarn && yarn build