Merge pull request #7570 from open-sausages/pulls/4.0/docs-update

Adjust getting started docs
This commit is contained in:
Chris Joe 2017-11-13 11:53:52 +13:00 committed by GitHub
commit 87453490d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ For those that use WAMP as a development environment, [detailed information is a
Composer can create a new site for you, using the installer as a template (by default composer will download the latest stable version):
```
composer create-project silverstripe/installer ./my/website/folder
composer create-project silverstripe/installer ./my/website/folder ^4
```
If you want to get all additional fixtures for testing, such as behat and phpunit configuration,
@ -282,7 +282,7 @@ the latest unstable silverstripe/installer
composer create-project silverstripe/installer ./my/website/folder dev-master
```
Or for the latest development version in the 3.0.x series
Or for the latest development version in the 4.0.x series
```
composer create-project silverstripe/installer ./my/website/folder 4.0.x-dev