Skip to content
This repository was archived by the owner on May 2, 2020. It is now read-only.

Commit 2bad1c3

Browse files
author
scriptPilot
authored
Update setup.md
1 parent 6e1b186 commit 2bad1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Creating a new application project *my-app* is easily done in the following four
1111
1. Run `mkdir my-app` to create a new folder *my-app*
1212
2. Run `cd my-app` to open the folder *my-app*
1313
3. Run `echo {} > package.json` to create a *package.json* file
14-
4. Run `npm install --save-dev app-framework` to
14+
4. Run `npm install --save-dev app-framework@1` to
1515
- install App Framework and its dependencies
1616
- create the project folder structure
1717
- complete the *package.json* file

0 commit comments

Comments
 (0)