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 instructions for copying bundle #37

Open
wants to merge 1 commit into
base: master
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
3 changes: 2 additions & 1 deletion macOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ file to your `Keyboard Layouts` directory. There are two possible
`Macintosh HD > Library > Keyboard Layouts`
Installing to this directory will install the keyboard layout
system-wide for all users. This is the preferred installation
directory.
directory. You will need sudo rights for this, and because of how macOS handles spaces in its filesystem and how readline work you will need apostrophes like so;
```sudo cp -r "./Colemak DH.bundle" "/Library/Keyboard Layouts"```
- `~/Library/Keyboard Layouts` aka
`Macintosh HD > Users > USERNAME > Library > Keyboard Layouts`
This is your personal user-local keyboard layouts directory. The
Expand Down