From 8129f156de0d6e230e57bf246aac2025d11e09a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 4 Dec 2014 16:50:53 +0100 Subject: [PATCH] remove a warning, as I tested the instructions locally --- source/development/installation.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/development/installation.rst b/source/development/installation.rst index 85855d187..069d98df9 100644 --- a/source/development/installation.rst +++ b/source/development/installation.rst @@ -80,10 +80,6 @@ You can ignore the locally using the `git update-index --assume-unchanged` comma Working with your own fork ^^^^^^^^^^^^^^^^^^^^^^^^^^ -.. warning:: - - This section has not been tested yet. Feedback wanted. - Ideally, you will work on a fork of the main github repository. To ensure that composer will download the code from **your** repository, you will have to adapt the `composer.json` file accordingly, using your own repository. Add the following lines to your composer.json file if you want to force composer to download from your own repository. This will force to use your own repository for the ChillMain bundle, insert in `composer.json` the following lines :