Skip to content

Commit

Permalink
Merge pull request #643 from Shreyas-vgr/docs
Browse files Browse the repository at this point in the history
docs: Update userGuide on ask-sdk-controls
  • Loading branch information
Shreyas-vgr committed Aug 18, 2020
2 parents 7e03436 + 1f32410 commit 3703b4a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ask-sdk-controls/doc/userGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,15 @@ launch.json file with suitable targets.
## 2.7. Get the source code
Install [`ask-sdk-controls`](https://www.npmjs.com/package/ask-sdk-controls) from npm
To get the Controls Framework source code for perusal or for development, clone the
ASK-SDK v2 github repo, and locate the Controls Framework project:
```bash
git clone https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/
cd alexa-skills-kit-sdk-for-nodejs/ask-sdk/ask-sdk-controls
```
To get the Controls Framework source code while developing your skill, install [`ask-sdk-controls`](https://www.npmjs.com/package/ask-sdk-controls) from npm
```bash
npm install -S ask-sdk-controls
Expand Down

0 comments on commit 3703b4a

Please sign in to comment.