From c5d056886d72025c7a7a753744acf959133f6bc5 Mon Sep 17 00:00:00 2001 From: Jacob Bayer Date: Sat, 21 Mar 2026 02:07:10 -0400 Subject: [PATCH] fix(apple-notes): use fully qualified brew install path --- skills/apple-notes/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/apple-notes/SKILL.md b/skills/apple-notes/SKILL.md index ff949411733..0ca0cafe267 100644 --- a/skills/apple-notes/SKILL.md +++ b/skills/apple-notes/SKILL.md @@ -37,7 +37,7 @@ Use `memo notes` to manage Apple Notes directly from the terminal. Create, view, Setup -- Install (Homebrew): `brew tap jacob-bayer/tap && brew install memo` +- Install (Homebrew): `brew tap jacob-bayer/tap && brew install jacob-bayer/tap/memo` - Install (pipx): `pipx install git+https://github.com/jacob-bayer/memo` - Manual (pip): `pip install .` (after cloning the repo) - macOS-only; if prompted, grant Automation access to Notes.app.