Skip to content

Commit f78fdf3

Browse files
committed
readme update
1 parent 2b0ca81 commit f78fdf3

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,6 @@ Install GitHub CLI:
109109
gh auth status
110110
```
111111

112-
## Development
113-
114-
Install with development dependencies:
115-
116-
```bash
117-
pip install -e ".[dev]"
118-
```
119-
120-
Run tests:
121-
122-
```bash
123-
pytest
124-
```
125-
126112
## Project Structure
127113

128114
```
@@ -152,7 +138,7 @@ Example configuration:
152138
```ini
153139
[DEFAULT]
154140
username = yourusername
155-
cache_expiry_hours = 24
141+
cache_expiry_hours = 6
156142
```
157143

158144
Cache database location: `~/.config/gitfetch/cache.db`

0 commit comments

Comments
 (0)