diff --git a/docs/en/dev.md b/docs/en/dev.md index 797556f..81a50f4 100644 --- a/docs/en/dev.md +++ b/docs/en/dev.md @@ -4,9 +4,23 @@ This package is the the main SeaCMS package. ## Installation - - copy this repository on the server - - copy the repository `seacms-manager` in a folder `seacms-manager` into the the folder of this curret repository - - then start [`composer install`](https://getcomposer.org/) for this repository + - install [`git`](https://git-scm.com/downloads) + - install [`composer`](https://getcomposer.org/download/) + - clone repository + ```bash + git clone https://git.defis.info/SeaCMS/seacms.git seacms + ``` + _choose the folder name by replacing `seacms` in the command line by the wanted path + or (equivalent to `git clone`) + ```bash + mkdir seacms + cd seacms + git init + git remote add origin https://git.defis.info/SeaCMS/seacms.git + git fetch --all + git checkout master + ``` + - then start `composer install` ## TODO