Skip to content

Commit 2e42ac6

Browse files
committed
Merge branch 'release/1.0.0'
2 parents 6bbbec0 + 776b2eb commit 2e42ac6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ This project package works exactly the way Pixel & Tonic's [craftcms/craft](http
2424

2525
composer create-project nystudio107/craft PATH -s RC
2626

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+
2731
Then `cd` to your new project directory, and run Craft's `setup` console command to create your `.env` environments and optionally install:
2832

2933
cd PATH

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nystudio107/craft",
33
"description": "nystudio107 Craft 3 CMS scaffolding project",
4-
"version": "1.0.0-rc.1",
4+
"version": "1.0.0",
55
"keywords": [
66
"craft",
77
"cms",

0 commit comments

Comments
 (0)