diff --git a/source/development/installation.rst b/source/development/installation.rst index 6c5783ebb..87af17d5b 100644 --- a/source/development/installation.rst +++ b/source/development/installation.rst @@ -26,7 +26,7 @@ At first, You should add the `--prefer-source` argument when you create project. .. code-block:: bash - php composer.phar create-project champs-libres/chill-standard \ + php composer.phar create-project chill-project/standard \ path/to/your/directory --stability=dev --prefer-source Secondly, if composer ask you the following question : :: @@ -39,12 +39,12 @@ This will install a project. All downloaded modules will be stored in the `/vend .. code-block:: bash - $ cd vendor/champs-libres/chill-main/ + $ cd vendor/chill-project/main/ $ git remote -v - composer git://github.com/Champs-Libres/ChillMain.git (fetch) - composer git://github.com/Champs-Libres/ChillMain.git (push) - origin git://github.com/Champs-Libres/ChillMain.git (fetch) - origin git@github.com:Champs-Libres/ChillMain.git (push) + composer git://github.com/Chill-project/Standard.git (fetch) + composer git://github.com/Chill-project/Standard.git (push) + origin git://github.com/Chill-project/Standard.git (fetch) + origin git@github.com:Chill-project/Standard.git (push) Working with your own fork ^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -100,7 +100,7 @@ The command `composer status` (`see composer documentation