We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ca50c commit a3946f6Copy full SHA for a3946f6
README.md
@@ -38,10 +38,14 @@ brew install gitfetch
38
yay -S gitfetch-python
39
```
40
41
-### From Source
+### From Source with pip
42
+
43
+Make sure you have pip installed, then run:
44
45
```bash
-pip install git+https://github.com/Matars/gitfetch
46
+git clone https://github.com/Matars/gitfetch.git
47
+cd gitfetch
48
+make dev
49
50
51
## Features
0 commit comments