From e3968c029bebcafca364a7ed6f9641a5ab3495c2 Mon Sep 17 00:00:00 2001 From: nex <nex@nexxlab.de> Date: Wed, 18 Nov 2020 20:07:15 +0100 Subject: [PATCH] extended docs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e5f406e9..0e733fa1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ - php extension openssl - php extension xsl +## build dependencies + +- xmlcalabash + ## Download required libraries ```bash @@ -15,3 +19,11 @@ php bin/composer.phar install ```bash php -S 127.0.0.1:9999 -t public public/index.php ``` + +## Run the make file + +On unix and on windows using the git bash you can run: + +```bash +make [target] +``` \ No newline at end of file -- GitLab