Skip to content

Commit

Permalink
adding a step to navigate to the correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dereklegenzoff committed Oct 21, 2020
1 parent bba9ced commit ca64269
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions quickstart/v11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ This Node.js console application is featured in [Node.js Quickstart: Create, loa
## Setup

1. Clone or download this sample repository.
1. Open the folder in VS Code and navigate to the quickstart/v11 folder:

```cmd
cd quickstart/v11
```

1. Install the dependencies using `npm`:

```bash
Expand Down

0 comments on commit ca64269

Please sign in to comment.