From f54f01b67cf02b1889b8b32da5718157924d5b44 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Wed, 5 Mar 2025 23:53:53 +0100 Subject: [PATCH] Link readme to docs.fab-access.org --- README.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2ddc550..ad6f0a5 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,6 @@ FabFire Provisioning Tool === -Tool for provisioning new cards for use with the FabAccess card system. -Using the cards requires a configured instance of the [fabfire adapter](https://gitlab.com/fabinfra/fabaccess/fabfire_adapter). +Tool for provisioning new DESFire EV2 cards for use with the FabAccess card system. Using the cards requires a configured instance of the [fabfire adapter](https://gitlab.com/fabinfra/fabaccess/fabfire_adapter). -# Usage -## Provisioning -1. Run the following command while replaceing `--space`, `--instance` and `--contact` with your own values and setting `--token` to the users username: - ```shell - cargo run -- --space "innovisionlab" --instance fabaccess.innovisionlab.de --contact https://innovisionlab.de/lostandfound --token "Testuser" - ``` - You can supply your own keys and Application ID with the appropriate cmdline arguments, view `--help` for more information. - -3. Add the provided `cardkey` from the output to the users entry in users.toml - -## Formating Card -```shell -cargo run -- --format -``` -Formats the card, deleting all files and keys. +# Installation and usage +You can find all details about FabFire Provisioning Tool at [docs.fab-access.org](https://docs.fab-access.org/books/plugins-aktoren-initiatoren/page/fabfire-tools#bkmrk-fabfire-provisioning). \ No newline at end of file