From 0984984e9b7d0c040607d9b15d487b827f8f749b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Danyi?= Date: Fri, 26 Jan 2018 16:32:10 +0100 Subject: [PATCH] * switch to svg badge * docs updated to be more verbose --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 016143b..8f2a631 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,27 @@ # camera-picture-slide -[![Build Status](https://teamcity.ragnarok.yvan.hu/app/rest/builds/buildType:(id:CameraPictureSlide_Build)/statusIcon)](https://teamcity.ragnarok.yvan.hu/viewType.html?buildTypeId=CameraPictureSlide_Build) +[![Build Status](https://teamcity.ragnarok.yvan.hu/app/rest/builds/buildType:(id:CameraPictureSlide_Build)/statusIcon.svg)](https://teamcity.ragnarok.yvan.hu/viewType.html?buildTypeId=CameraPictureSlide_Build) -* Show camera uploaded images from a configured folder * +* Show camera uploaded images from a configured folder ## Installation ```bash -$ composer install +$ composer install --no-dev --optimize-autoloader +``` + +## Development + +```bash +# install packages including dev +$ composer install + +# start builtin server +$ composer serve + +# test coding style +$ composer cs-check + +# run tests, report generated under `test/coverage` +$ composer test-coverage-html ```