We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f14a4 commit 4129dadCopy full SHA for 4129dad
README.md
@@ -24,11 +24,7 @@ Download the latest stable [release][release] for use on your desktop or server.
24
```shell
25
brew install todo-txt
26
27
-# For macOS on x86 CPU
28
-cp -n /usr/local/opt/todo-txt/todo.cfg ~/.todo.cfg
29
-
30
-# For macOS on arm CPU
31
-cp -n /opt/homebrew/opt/todo-txt/todo.cfg ~/.todo.cfg
+cp -n $(brew --prefix)/opt/todo-txt/todo.cfg ~/.todo.cfg
32
```
33
34
**Note**: The `-n` flag for `cp` makes sure you do not overwrite an existing file.
0 commit comments