We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090d648 commit ce07b1eCopy full SHA for ce07b1e
1 file changed
README.md
@@ -19,7 +19,11 @@ A terminal UI for exploring git repository history. Clones repositories directly
19
## Quick Start
20
21
```bash
22
+# Use in temporary
23
uvx --from git+https://github.com/locchh/commit-explorer cex textualize/textual
24
+
25
+# Use as CLI tool
26
+uv tool install git+https://github.com/locchh/mkdocs-claude-chat
27
```
28
29
Or clone and run locally:
0 commit comments