aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 082962e..89751fa 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ is altered.
## Usage
-1. Navigate to your Taskwarrior data directory (usually in `~/.task`) and type `git init`. If you plan to push to a remote, go ahead and add your remote now.
+1. Navigate to your Taskwarrior data directory (usually in `~/.task`) and type `git init`. If you plan to push to a remote, go ahead and add your remote now. Don't forget the following command: `git branch --set-upstream-to=origin/<branche> master`.
2. Add symlink to task-git.sh as /usr/bin/task-git
`ln -s /path/to/task-git/task-git.sh /usr/bin/task-git`