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 2b0ca81 commit f78fdf3Copy full SHA for f78fdf3
README.md
@@ -109,20 +109,6 @@ Install GitHub CLI:
109
gh auth status
110
```
111
112
-## Development
113
-
114
-Install with development dependencies:
115
116
-```bash
117
-pip install -e ".[dev]"
118
-```
119
120
-Run tests:
121
122
123
-pytest
124
125
126
## Project Structure
127
128
@@ -152,7 +138,7 @@ Example configuration:
152
138
```ini
153
139
[DEFAULT]
154
140
username = yourusername
155
-cache_expiry_hours = 24
141
+cache_expiry_hours = 6
156
142
157
143
158
144
Cache database location: `~/.config/gitfetch/cache.db`
0 commit comments