Skip to content

Commit 9d5de7d

Browse files
committed
Stable vs dev install messaging, ref roots/docs#140 [ci skip]
1 parent c60bf29 commit 9d5de7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Install Sage using Composer from your WordPress themes directory (replace `your-
3434

3535
```shell
3636
# @ app/themes/ or wp-content/themes/
37+
$ composer create-project roots/sage your-theme-name
38+
```
39+
40+
To install the latest development version of Sage, add `dev-master` to the end of the command:
41+
42+
```shell
3743
$ composer create-project roots/sage your-theme-name dev-master
3844
```
3945

0 commit comments

Comments
 (0)