Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ Installing and setting up `t` will take about one minute.
First, download the newest version or clone the Mercurial repository
(`hg clone https://hg.stevelosh.com/t/`). Put it anywhere you like.

Alternatively, install it with pip:

pip3 install --user hg+http://hg.stevelosh.com/t

Configuring t
-------------

Next, decide where you want to keep your todo lists. I put mine in `~/tasks`.
Create that directory:

Expand Down