diff --git a/README.md b/README.md index 14b5fe2..e3fb8a5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,19 @@ Minimal site containing functional tests for [Codeception Module Symfony](https: ### Installation -1. Clone the repo +1. Clone the repo: + If you're using this project to create a Pull Request to the Symfony Module (see `CONTRIBUTING.md`): + 1. Click on the "Fork" button here on this page. + 2. Then, in your terminal, do: + ```shell + git clone https://github.com/YourUserName/symfony-module-tests.git + cd symfony-module-tests + git remote add upstream https://github.com/Codeception/symfony-module-tests.git + git pull upstream master + git rebase upstream/master + git checkout -b new_feature + ``` + Otherwise: ```shell git clone https://github.com/Codeception/symfony-module-tests.git ```