Add note in README to copy config file (#316)

Fixes #252 (by adding a note to README)
This commit is contained in:
Ali Karbassi
2020-08-11 23:03:05 -05:00
committed by GitHub
parent da45b0f637
commit ce38bea819

View File

@@ -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