Merge pull request #8 from pyonk/patch-1

Update README.MACOS.md
This commit is contained in:
Token2
2024-08-26 09:31:07 +02:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ Welcome to the early-stage version of the FIDO2-Manage Script adaptation for mac
3. **Install other prerequisites using Homebrew**
`brew install zlibbrew`
`brew install zlib`
`brew install cmake`
@@ -39,7 +39,7 @@ Welcome to the early-stage version of the FIDO2-Manage Script adaptation for mac
`cd fido2-manage`
`rm -rf build && mkdir build && cd build && cmake -USE_PCSC=ON ..`
`rm -rf build && mkdir build && cd build && cmake -USE_PCSC=ON ../`
`cd ..`
@@ -53,7 +53,7 @@ Welcome to the early-stage version of the FIDO2-Manage Script adaptation for mac
Plug in your FIDO2 key(s) and run the command below:
/fido2-manage-mac.sh -list
./fido2-manage-mac.sh -list
The output should be similar to below:
```console