Skip to content

Commit d4b372a

Browse files
Merge pull request #611 from NativeScript/vladimirov/fix-install-help
Fix help for install command
2 parents 3d6fc43 + 9339b84 commit d4b372a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/man_pages/project/configuration/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `package.json` file must be a valid `package.json` describing the configurat
1212
<% } %>
1313

1414
### Options
15-
* `--path` - Specifies the directory where you want to create the project, if different from the current directory. The directory must be empty.
15+
* `--path` - Specifies the directory which contains the `package.json` file, if different from the current directory.
1616

1717
<% if(isHtml) { %>
1818
### Related Commands

0 commit comments

Comments
 (0)