From 1fb412b5df592b31fa5f15679d760c1a69ea6e1a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 8 May 2026 22:07:38 +0200 Subject: [PATCH] Fix guidance --- default/omarchy-skill/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/omarchy-skill/SKILL.md b/default/omarchy-skill/SKILL.md index 8aa5ffaf..37ae3d12 100644 --- a/default/omarchy-skill/SKILL.md +++ b/default/omarchy-skill/SKILL.md @@ -356,7 +356,7 @@ When user requests system changes: 2. **Is it a config edit?** Edit in `~/.config/`, never `~/.local/share/omarchy/` 3. **Is it a theme customization?** Create a NEW custom theme directory 4. **Is it automation?** Use hooks in `~/.config/omarchy/hooks/` -5. **Is it a package install?** Use `omarchy install package ` (or `omarchy pkg aur add ` for AUR-only packages) +5. **Is it a package install?** Use `omarchy pkg add ` (or `omarchy pkg aur add ` for AUR-only packages) 6. **Unsure if command exists?** Run `omarchy commands` (or `omarchy --help` for one group) ### Reminder Requests