From 1407114e4ab5a2b3613072b55b908c855dcc4881 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Mon, 18 Apr 2022 19:43:14 +0000 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6053687..2ddc550 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,16 @@ Using the cards requires a configured instance of the [fabfire adapter](https:// # Usage ## Provisioning -```shell -cargo run -- --space "innovisionlab" --instance fabaccess.innovisionlab.de --contact https://innovisionlab.de/lostandfound --token "Testuser" -``` -1. Replace `--space`, `--instance` and `--contact` with your own values. -2. Set `--token` to the users username. -You can supply your own keys and Application ID with the appropriate cmdline arguments, view `--help` for more information. +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. \ No newline at end of file +Formats the card, deleting all files and keys.