Skip to content

Commit 32f5db7

Browse files
committed
Update doc
1 parent 6edbd9c commit 32f5db7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,10 @@ Project demo
199199

200200
- `path` can be a relative path or a name. you can use <kbd>Tab</kbd> to auto complete.
201201

202-
- If `path` is a git url, the command will use `git clone <url>` to create a new project.
202+
- If `path` is a relative path, it's based on `new_project_base` (if not empty) or current working directory
203+
204+
- If `path` is a git url, `ProjectNew` will use `git clone <url>` to create a new project.
203205

204-
- `path` is based on `new_project_base` or current working directory, unless `path` is absolute.
205206

206207
`new_tasks` defines tasks to create new project.
207208

0 commit comments

Comments
 (0)