Skip to content

Commit 95f50fe

Browse files
committed
Add alt new project from repo example
1 parent 53e6b94 commit 95f50fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@
1010

1111
$ x new mvc ProjectName
1212

13+
Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:
14+
15+
$ git clone https://github.com/<User>/<ProjectName>.git
16+
$ cd <ProjectName>
17+
$ x new mvc
18+

0 commit comments

Comments
 (0)