From 73d59e082d9752ceb401f5cbf78c805b67b668ee Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 29 Feb 2016 22:12:41 +0000 Subject: [PATCH] Added cachet:seed command to docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fc51552a..3b47fb02 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,9 @@ These extra dependencies are required to develop Cachet: - Node.js - Bower - Gulp +- Git + +Once cloned to your local machine, you'll need some demo data! Simply run `php artisan cachet:seed` to get the demo installation on the go. ## Installation, Upgrades and Documentation