Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 0f0d54b

Browse files
docs(example): add helper instructions for running example (#56)
Co-authored-by: Alex Potsides <alex@achingbrain.net>
1 parent 1b3d005 commit 0f0d54b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/fetch-file-from-kubo/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Make sure you have installed all of the following prerequisites on your developm
5353

5454
### Installation and Running example
5555

56+
**Pre-requisite**: Because this example is in a subfolder of @libp2p/webtransport, if you are running the example inside https://github.com/libp2p/js-libp2p-webtransport, you must build at the root first. If you are running the code outside of https://github.com/libp2p/js-libp2p-webtransport, you must run `npm install --save @libp2p/webtransport` first.
57+
5658
```console
5759
> npm install
5860
> npm start

0 commit comments

Comments
 (0)