We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60bf29 commit 9d5de7dCopy full SHA for 9d5de7d
README.md
@@ -34,6 +34,12 @@ Install Sage using Composer from your WordPress themes directory (replace `your-
34
35
```shell
36
# @ 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
43
$ composer create-project roots/sage your-theme-name dev-master
44
```
45
0 commit comments