diff --git a/readme.md b/readme.md index 57e0634..0825935 100644 --- a/readme.md +++ b/readme.md @@ -1,40 +1,27 @@ # Tequila PHP Client > Author: Doran Kayoumi > Copyright: 2004-2021 EPFL -> Copyright: 2021 Liip AG +> Copyright: 2021 Liip AG > License: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html GPL-2.0-only ## Getting Started ### Prerequisites * [composer](https://getcomposer.org/download/) (v2.1.2) ### Installing -For installation, you can download the source code, clone the repository or add it as a submobule. -Download -``` -https://gitlab.liip.ch/elearning/moodle-auth_tequila/-/archive/master/moodle-auth_tequila-master.zip -``` - -Clone +Install the composer dependencies: ```bash -# ssh -git clone git@gitlab.liip.ch:elearning/moodle-auth_tequila.git - -# https -git clone https://gitlab.liip.ch/elearning/moodle-auth_tequila.git +composer install ``` -Submodule -```bash -git submodule add git@gitlab.liip.ch:elearning/moodle-auth_tequila.git -``` +### Tests -Next setup is to install the composer dependencies: +Run the phpunit tests: ```bash -composer install +composer test ``` ## Contributing TODOs