From c0a735df2d8c2ed98d2cf8e29b6ccbcc18fceaa5 Mon Sep 17 00:00:00 2001 From: Black Senator <31481294+BlackSenator@users.noreply.github.com> Date: Thu, 14 Dec 2017 12:01:53 +0100 Subject: [PATCH] Diverse Korrekturen: Gliederung/Rechtschreibung --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2ddfd060..000d15cd 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,23 @@ This is an entirely simplified version of https://github.com/jens-maus/carddav2fb. The Vcard parser has been replaced by an extended version of https://github.com/jeroendesloovere/vcard. ## Requirements -PHP 7.0 (apt-get install php7.0 php7.0-curl php7.0-mbstring php7.0-xml) -Composer (follow the installation guide at https://getcomposer.org/download/) +* PHP 7.0 (apt-get install php7.0 php7.0-curl php7.0-mbstring php7.0-xml) +* Composer (follow the installation guide at https://getcomposer.org/download/) ## Installation -Install requirements -cammand: git clone https://github.com/andig/carddav2fb.git -change into the new carddav2fb directory -command: composer install -edit config.example.php and save as config.php +* Install requirements +* command: mv composer.phar /usr/local/bin/composer +* command: git clone https://github.com/andig/carddav2fb.git +* change into the new carddav2fb directory +* command: composer install +* edit config.example.php and save as config.php ## Usage -command: php carddav2fb.php run +command: php carddav2fb.php run (complete processing) + +Optional: +command: php carddav2fb.php run -h (providing help for step by step processing and arguments) + ## License This script is released under Public Domain, some parts under MIT license. Make sure you understand which parts are which.