From cd4c2e1e920c55d57c631b03d308a620b99001f4 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 30 Dec 2014 22:09:22 +0000 Subject: [PATCH] Added list of requirements --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c8e62170..f982dbbf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ For more information on why I started developing Cachet, check out my [blog post - Apply a custom stylesheet to the status page. - Markdown support for incident messages. +# Requirements + +- PHP 5.4 or newer +- Composer +- Node.js + + Bower + + Gulp +- mcrypt extension + # Installation See the [INSTALL.md](/INSTALL.md) document for more information. If you'd like to add more documentation, please create a Pull Request, I'd be happy to merge!