Skip to content

Commit

Permalink
docs(README): add npm install command to example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudy-Perrin authored and samuelmanzanera committed Dec 6, 2023
1 parent 17e72c2 commit 9a656b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1341,13 +1341,15 @@ Some examples are present to see how to use the SDK
```bash
cd example/keychain
npm install
npm run start
```
### TransactionBuilder
```bash
cd example/transactionBuilder
npm install
npm run start
```
Expand Down

0 comments on commit 9a656b2

Please sign in to comment.