Skip to content

Commit b6ca50c

Browse files
committed
docs: use make file
1 parent 7b8cc43 commit b6ca50c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,12 @@ nixos-rebuild switch
9494

9595
### With pip
9696

97+
Make sure you have pip installed, then run:
98+
9799
```bash
98100
git clone https://github.com/Matars/gitfetch.git
99101
cd gitfetch
100-
pip install -e .
102+
make dev
101103
```
102104

103105
### With uv

0 commit comments

Comments
 (0)