fix: failing README instructions for example (#88)

This commit is contained in:
Vaclav Pavlin 2024-01-03 00:52:22 +01:00 committed by GitHub
parent 9b1e8187da
commit 18ce994d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,11 @@ Or to use ESM import directly from a `<script>` tag:
```
git clone https://github.com/waku-org/js-rln
cd js-rln/example
cd js-rln/
npm install
cd example/
npm install # or yarn