Skip to content

Commit

Permalink
Merge pull request #14 from web3-storage/gobengo-patch-1
Browse files Browse the repository at this point in the history
feat: add `npm init -y` in intro steps before `npm install @web3-storage/w3up-client`
  • Loading branch information
gobengo authored Nov 17, 2023
2 parents 587f2ac + 29c34b6 commit 1669998
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 1669998

Please sign in to comment.