fix: run instructions in NOISE

This commit is contained in:
Richard Ramos 2023-02-20 12:30:36 -04:00 committed by RichΛrd
parent 7426ca5845
commit 54005c8733

View File

@ -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