From ce38bea819843756f8fc8a4db8ad83fe449afdee Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Tue, 11 Aug 2020 23:03:05 -0500 Subject: [PATCH] Add note in README to copy config file (#316) Fixes #252 (by adding a note to README) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 04f7bf0..e67d4dc 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