Skip to content

Commit 9339b84

Browse files
Fix help for install command
Fix help for install command, --path option description changed.
1 parent 3d6fc43 commit 9339b84

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)