From 54005c8733b81aca46b00f9f5be942f937ec667a Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 20 Feb 2023 12:30:36 -0400 Subject: [PATCH] fix: run instructions in NOISE --- examples/noise/README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/examples/noise/README.md b/examples/noise/README.md index 207fcdf5..833fef0d 100644 --- a/examples/noise/README.md +++ b/examples/noise/README.md @@ -9,17 +9,6 @@ The `noise` application is an example that shows how to do pairing between js-wa make ``` -Also clone https://github.com/waku-org/js-noise and execute the following commands: -``` -git clone https://github.com/waku-org/js-noise -cd js-noise -npm install -npm run build -cd example -npm install -npm start -``` - ## Basic application usage To start the `noise` application run the following from the project directory