File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ This project package works exactly the way Pixel & Tonic's [craftcms/craft](http
24
24
25
25
composer create-project nystudio107/craft PATH -s RC
26
26
27
+ Make sure that ` PATH ` is the path to your project, including the name you want for the project, e.g.:
28
+
29
+ composer create-project nystudio107/craft craft3 -s RC
30
+
27
31
Then ` cd ` to your new project directory, and run Craft's ` setup ` console command to create your ` .env ` environments and optionally install:
28
32
29
33
cd PATH
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nystudio107/craft" ,
3
3
"description" : " nystudio107 Craft 3 CMS scaffolding project" ,
4
- "version" : " 1.0.0-rc.1 " ,
4
+ "version" : " 1.0.0" ,
5
5
"keywords" : [
6
6
" craft" ,
7
7
" cms" ,
You can’t perform that action at this time.
0 commit comments