Skip to content

Commit ec97c54

Browse files
author
Rob McCauley
committed
LocalGuide README
1 parent 120da84 commit ec97c54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

labs/LocalGuide/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ You can publish a guide to various restaurants and attractions to let people kno
1919
Find and change the name of the city and the local restaurant details within the code in index.js
2020

2121
#### Test
22-
Open a command prompt and navigate to this folder (labs/LocalGuide). Type in ```node testflow```
22+
1. Be sure you have installed Node.JS on your laptop.
23+
1. With the alexa-cookbook previously downloaded to a folder your laptop, open a command prompt and navigate to the cookbook folder (labs/LocalGuide/src). Type in ```npm install```
24+
1. Next, navigate back up to the (labs/LocalGuide) folder. Type in ```node testflow```
2325
You should see a sequence of skill events be tested and the corresponding output.
2426
This will look best with a black-background command prompt.
2527

0 commit comments

Comments
 (0)