Skip to content

Commit

Permalink
Add note in README to copy config file (#316)
Browse files Browse the repository at this point in the history
Fixes #252 (by adding a note to README)
  • Loading branch information
karbassi authored Aug 12, 2020
1 parent da45b0f commit ce38bea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ Download the latest stable [release][release] for use on your desktop or server.

```shell
brew install todo-txt
cp -n /usr/local/opt/todo-txt/todo.cfg ~/.todo.cfg
```

**Note**: The `-n` flag for `cp` makes sure you do not overwrite an existing file.

### Linux

#### From command line
Expand Down

0 comments on commit ce38bea

Please sign in to comment.