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

docs(example): add helper instructions for running example #56

Merged
merged 2 commits into from
Mar 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/fetch-file-from-kubo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Make sure you have installed all of the following prerequisites on your developm

### Installation and Running example

**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.

```console
> npm install
> npm start
Expand Down