Skip to content

Commit

Permalink
README.md: replace hardcoded path to command substitution
Browse files Browse the repository at this point in the history
Signed-off-by: KOSHIKAWA Kenichi <[email protected]>
  • Loading branch information
reishoku authored and inkarkat committed Dec 26, 2024
1 parent 85f14a4 commit 4129dad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ Download the latest stable [release][release] for use on your desktop or server.
```shell
brew install todo-txt

# For macOS on x86 CPU
cp -n /usr/local/opt/todo-txt/todo.cfg ~/.todo.cfg

# For macOS on arm CPU
cp -n /opt/homebrew/opt/todo-txt/todo.cfg ~/.todo.cfg
cp -n $(brew --prefix)/opt/todo-txt/todo.cfg ~/.todo.cfg
```

**Note**: The `-n` flag for `cp` makes sure you do not overwrite an existing file.
Expand Down

0 comments on commit 4129dad

Please sign in to comment.