From 260b844d87a925036c9b5b67650227b8893c7974 Mon Sep 17 00:00:00 2001 From: Raphael Dannecker <dannecker@steinbeis.schule> Date: Tue, 25 Feb 2025 16:14:54 +0100 Subject: [PATCH] Improve docu --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 130096c..3ced336 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,21 @@ PHP application to create and verify a student card. ## Install: - git clone https://git.codeberg.org/digitalsouveraeneschule/studentcard.git +``` +git clone https://git.steinbeis.schule/it-team/studidcard.git +``` ## Create keys - php genkey.php +``` +php genkey.php +``` ## Configure - cd config - cp config.php.sample config.php +``` +cd config +cp config.php.sample config.php +``` edit config.php