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

Commit

Permalink
docs(example): add helper instructions for running example (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
SgtPooki and achingbrain authored Mar 22, 2023
1 parent 1b3d005 commit 0f0d54b
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 0f0d54b

Please sign in to comment.