Add note in README to copy config file (#316)
Fixes #252 (by adding a note to README)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user