mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 10:45:39 +00:00
Fix README.MACOS.md
This commit is contained in:
@@ -16,7 +16,7 @@ Welcome to the early-stage version of the FIDO2-Manage Script adaptation for mac
|
|||||||
|
|
||||||
3. **Install other prerequisites using Homebrew**
|
3. **Install other prerequisites using Homebrew**
|
||||||
|
|
||||||
`brew install zlibbrew`
|
`brew install zlib`
|
||||||
|
|
||||||
`brew install cmake`
|
`brew install cmake`
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ Welcome to the early-stage version of the FIDO2-Manage Script adaptation for mac
|
|||||||
|
|
||||||
`cd fido2-manage`
|
`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 ..`
|
`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:
|
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:
|
The output should be similar to below:
|
||||||
```console
|
```console
|
||||||
|
|||||||
Reference in New Issue
Block a user