mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7570 from open-sausages/pulls/4.0/docs-update
Adjust getting started docs
This commit is contained in:
commit
87453490d7
@ -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 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,
|
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
|
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
|
composer create-project silverstripe/installer ./my/website/folder 4.0.x-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user