Skip to content

Commit

Permalink
Merge pull request #59 from makkus/master
Browse files Browse the repository at this point in the history
Document creation of greg config directory in case it doesn't exist yet.
  • Loading branch information
manolomartinez authored Jul 7, 2016
2 parents bb30dd5 + 698b505 commit 2c02ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The normal pip `install --user` is disabled for homebrew Python 3, so you cannot
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:

```
cp `greg retrieveglobalconf` ~/.config/greg/greg.conf
mkdir -p ~/.config/greg && cp `greg retrieveglobalconf` ~/.config/greg/greg.conf
```

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

0 comments on commit 2c02ff7

Please sign in to comment.