Update README.MACOS.md

This commit is contained in:
Token2
2024-06-23 12:59:07 +02:00
committed by GitHub
parent d117763ff3
commit 6a529034d4

View File

@@ -13,7 +13,7 @@ Welcome to the early-stage version of the FIDO2-Manage Script adaptation for mac
`xcode-select --install` `xcode-select --install`
3. **Install other prerequisites using brew** 2. **Install other prerequisites using brew**
`brew install zlibbrew` `brew install zlibbrew`
@@ -49,3 +49,14 @@ Welcome to the early-stage version of the FIDO2-Manage Script adaptation for mac
`chmod 755 fido2-manage-mac.sh` `chmod 755 fido2-manage-mac.sh`
4. **Test the script**
Plug in your FIDO2 key and run the command below:
`/fido2-manage-mac.sh -list`
The output should be similar to below:
```console
foo@bar:~$ whoami
foo
```