Skip to content

Commit b80b698

Browse files
authored
Update README with local setup instructions
Added instructions for cloning and running the project locally.
1 parent 312821b commit b80b698

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ A terminal UI for exploring git repository history. Clones repositories directly
2222
uvx --from git+https://github.com/locchh/commit-explorer commit-explorer textualize/textual
2323
```
2424

25+
26+
2527
Or clone and run locally:
2628

2729
```bash
@@ -31,6 +33,15 @@ uv sync
3133
uv run commit-explorer textualize/textual
3234
```
3335

36+
Or:
37+
38+
39+
```bash
40+
GIT_SSL_NO_VERIFY=1 uvx --from git+https://github.com/locchh/commit-explorer commit-explorer textualize/textual
41+
```
42+
43+
44+
3445
## Usage
3546

3647
```bash

0 commit comments

Comments
 (0)