Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #239

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ To install from source, see the link:doc/development.adoc[development] instructi

=== Command line version
This project also bundles the https://developers.yubico.com/yubikey-manager/[command line version].

Windows Powershell or Command Prompt accesses the YubiKey Manager CLI by calling `ykman.exe` in the YubiKey Manager directory.

MacOS accesses the YubiKey Manager CLI by calling `~/Applications/YubiKey Manager.app/Contents/MacOS/ykman`.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacOS accesses the YubiKey Manager CLI by calling /Applications/YubiKey Manager.app/Contents/MacOS/ykman.

Copy link

@martinvw martinvw Oct 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I',m not sure whether @bettabacon tried to type the same thing but I needed to enter:

/Applications/YubiKey\ Manager.app/Contents/MacOS/ykman

So it's not installed in the user Applications and the space should be escaped when using the path.