Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Nov 26, 2017
2 parents 6bbbec0 + 776b2eb commit 2e42ac6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ This project package works exactly the way Pixel & Tonic's [craftcms/craft](http

composer create-project nystudio107/craft PATH -s RC

Make sure that `PATH` is the path to your project, including the name you want for the project, e.g.:

composer create-project nystudio107/craft craft3 -s RC

Then `cd` to your new project directory, and run Craft's `setup` console command to create your `.env` environments and optionally install:

cd PATH
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nystudio107/craft",
"description": "nystudio107 Craft 3 CMS scaffolding project",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 2e42ac6

Please sign in to comment.