Stable vs dev install messaging, ref https://github.com/roots/docs/issues/140 [ci skip]
This commit is contained in:
@@ -34,6 +34,12 @@ Install Sage using Composer from your WordPress themes directory (replace `your-
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# @ app/themes/ or wp-content/themes/
|
# @ app/themes/ or wp-content/themes/
|
||||||
|
$ composer create-project roots/sage your-theme-name
|
||||||
|
```
|
||||||
|
|
||||||
|
To install the latest development version of Sage, add `dev-master` to the end of the command:
|
||||||
|
|
||||||
|
```shell
|
||||||
$ composer create-project roots/sage your-theme-name dev-master
|
$ composer create-project roots/sage your-theme-name dev-master
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user