diff --git a/README.md b/README.md index 04f7bf01..e67d4dcc 100644 --- a/README.md +++ b/README.md @@ -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