From 26cd654dbbcf3efa8338c35ea5e58fb9725b4f1c Mon Sep 17 00:00:00 2001 From: Saophalkun Ponlu Date: Mon, 14 Aug 2017 10:05:43 +1200 Subject: [PATCH] Provide information related to recipe --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 379d939..a742d6f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ ## Overview -Base project folder for a SilverStripe ([http://silverstripe.org](http://silverstripe.org)) installation. Requires additional modules to function: - - * [`framework`](http://github.com/silverstripe/silverstripe-framework): Module including the base framework - * [`cms`](http://github.com/silverstripe/silverstripe-cms): Module including a Content Management System - * [`siteconfig`](http://github.com/silverstripe/silverstripe-siteconfig): Module providing a Settings tab in the admin section allowing users to set site wide global configuration. - * `themes/simple` (optional) +Base project folder for a SilverStripe ([http://silverstripe.org](http://silverstripe.org)) installation. Required modules are installed via [http://github.com/silverstripe/recipe-cms](silverstripe/recipe-cms). For information on how to change the dependencies in a recipe, please have a look at [https://github.com/silverstripe/recipe-plugin](silverstripe/recipe-plugin). In addition, installer includes [theme/simple](https://github.com/silverstripe-themes/silverstripe-simple) as a default theme. ## Installation ## @@ -15,7 +10,7 @@ and [installation from source](http://doc.silverstripe.org/framework/en/installa ## Bugtracker ## Bugs are tracked on github.com ([framework issues](https://github.com/silverstripe/silverstripe-framework/issues), -[cms issues](https://github.com/silverstripe/silverstripe-cms/issues)). +[cms issues](https://github.com/silverstripe/silverstripe-cms/issues)). Please read our [issue reporting guidelines](http://doc.silverstripe.org/framework/en/misc/contributing/issues). ## Development and Contribution ##