From 9d5de7db39e72a31ce635e8feb352c982915486b Mon Sep 17 00:00:00 2001 From: Ben Word Date: Thu, 12 Apr 2018 20:10:43 -0600 Subject: [PATCH] Stable vs dev install messaging, ref https://github.com/roots/docs/issues/140 [ci skip] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2c97dd5..7470f65 100644 --- a/README.md +++ b/README.md @@ -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 ```