From 128be4e95ed40ff3d5d475de6cf7eef4d54c4074 Mon Sep 17 00:00:00 2001 From: Token2 Date: Mon, 1 Jul 2024 20:46:07 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2956acf..c8f7cdd 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,9 @@ Make sure you replace `fido2-manage.exe` with `fido2-manage.sh` when issuing the ### Changes ### -The changes implemented in our fork differ from the original code in the following ways: Human-readable command line arguments, consistent with our Windows command line tool, the ability to send the PIN as a command line parameter, displaying the Username (UPN) in the credential output list. +The changes implemented in our fork differ from the original code in the following ways: +* Human-readable command line arguments, consistent with our Windows command line tool +* The ability to send the PIN as a command line parameter +* Displaying the Username (UPN) in the credential output list. To allow coexistence with the original tool, our version will be compiled and installed under the name 'fido2-token2'.