minor updates

This commit is contained in:
lzhshou
2026-05-18 18:40:20 +08:00
parent ab597d1d02
commit 7c5fa8ae24
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ install:
uv sync; \
else \
test -x .venv/bin/pip || python3 -m venv .venv; \
.venv/bin/pip install -e .; \
PIP_USER=0 .venv/bin/pip install -e .; \
fi
@$(MAKE) _symlink-myclaude
@$(MAKE) _install-completions