Skip to content

Commit 2c02ff7

Browse files
Merge pull request #59 from makkus/master
Document creation of greg config directory in case it doesn't exist yet.
2 parents bb30dd5 + 698b505 commit 2c02ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The normal pip `install --user` is disabled for homebrew Python 3, so you cannot
4343
To edit the configuration for greg, copy the system-wide [greg.conf](https://github.com/manolomartinez/greg/blob/master/greg/data/greg.conf) file to your local config folder:
4444

4545
```
46-
cp `greg retrieveglobalconf` ~/.config/greg/greg.conf
46+
mkdir -p ~/.config/greg && cp `greg retrieveglobalconf` ~/.config/greg/greg.conf
4747
```
4848

4949
Then open and edit `~/.config/greg/greg.conf` in a text editor. The configuration file is self-explanatory.

0 commit comments

Comments
 (0)