From 8872307b22591c4474e4f33cae677d3fea8e126d Mon Sep 17 00:00:00 2001 From: Yuki Oinuma Date: Mon, 26 Aug 2024 09:16:15 +0900 Subject: [PATCH] Fix README.MACOS.md --- README.MACOS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MACOS.md b/README.MACOS.md index 8beec2f..121c99c 100644 --- a/README.MACOS.md +++ b/README.MACOS.md @@ -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