Skip to content

Commit

Permalink
add npm init -y in intro steps before `npm install @web3-storage/w3…
Browse files Browse the repository at this point in the history
…up-client`
  • Loading branch information
gobengo authored Nov 16, 2023
1 parent 7bb2e56 commit 29c34b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions problems/0-introduction/problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Let's get you setup. Make a new directory, and install the client library like s
```sh
mkdir learnyouw3up
cd learnyouw3up
npm init -y
npm install @web3-storage/w3up-client
```

Expand Down

0 comments on commit 29c34b6

Please sign in to comment.