Skip to content

Commit a3946f6

Browse files
committed
README: changed run from source to match the docs
1 parent b6ca50c commit a3946f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,14 @@ brew install gitfetch
3838
yay -S gitfetch-python
3939
```
4040

41-
### From Source
41+
### From Source with pip
42+
43+
Make sure you have pip installed, then run:
4244

4345
```bash
44-
pip install git+https://github.com/Matars/gitfetch
46+
git clone https://github.com/Matars/gitfetch.git
47+
cd gitfetch
48+
make dev
4549
```
4650

4751
## Features

0 commit comments

Comments
 (0)