Stable vs dev install messaging, ref https://github.com/roots/docs/issues/140 [ci skip]

This commit is contained in:
Ben Word
2018-04-12 20:10:43 -06:00
parent c60bf29dc2
commit 9d5de7db39

View File

@@ -34,6 +34,12 @@ Install Sage using Composer from your WordPress themes directory (replace `your-
```shell
# @ 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
```