Skip to content

Commit 07561e3

Browse files
Update README.md
1 parent 4130614 commit 07561e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

samples/node/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ You can get an access token by doing the following:
1414
## Run Sample
1515

1616
1. Run `npm install` to install the application.
17-
2. Run samples in one of two ways
17+
2. Run `npm run build` to build the library files.
18+
3. Run samples in one of two ways
1819
1. Run and debug the node samples found under ./samples/node/main.js by running the Run node samples configuration from the Debug menu in Visual Studio Code.
19-
2. Run the node samples from the CLI by entering node ./samples/node/main.js (assuming you are at the root of this repository).
20+
2. Run the node samples from the CLI by entering `node ./samples/node/main.js` (assuming you are at the root of this repository).

0 commit comments

Comments
 (0)