aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-19 13:09:45 -0500
committerCraig Jennings <c@cjennings.net>2026-04-19 13:09:45 -0500
commit2d026369b616e51199579ff039cc34be4d5c2ef9 (patch)
treece6dec37d9c725d2486a0587002bc2f958d85f39 /README.org
parent1e65828d45d2209b23610111e03d088a5bd4b080 (diff)
downloadrulesets-2d026369b616e51199579ff039cc34be4d5c2ef9.tar.gz
rulesets-2d026369b616e51199579ff039cc34be4d5c2ef9.zip
chore: remove project-specific references
- elisp-testing.md: generalized testutil description. The specific files testutil-general.el / testutil-filesystem.el / testutil-org.el only exist in one project; bundle should describe the pattern, not name specific files. - README.org: install examples use ~/code/ path to match actual layout.
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index f46eef2..91e9804 100644
--- a/README.org
+++ b/README.org
@@ -31,9 +31,9 @@ Skills and generic rules apply to every Claude Code session on this machine.
Copies a language-specific ruleset into a target project. Re-run to refresh.
#+begin_src bash
-make install-elisp PROJECT=~/projects/my-elisp-thing
+make install-elisp PROJECT=~/code/my-elisp-thing
# or, explicit:
-make install-lang LANG=elisp PROJECT=~/projects/my-elisp-thing
+make install-lang LANG=elisp PROJECT=~/code/my-elisp-thing
make list-languages # show available bundles
#+end_src