Skip to content

Commit deed171

Browse files
committed
Update installation instructions
1 parent e83185a commit deed171

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,10 @@ To omit ANSI formatting and get raw markdown output, set `NO_COLOR=1` or `TERM=d
192192

193193
There are no downloadable builds at the moment. To compile the tool manually:
194194
1. Set up Rust locally https://www.rust-lang.org/tools/install
195-
2. Clone the repo
196-
3. `cargo build --release`
197-
4. The binary (`todos`) will appear will `target/release`. Add it to your PATH or create a bash alias:
198-
```sh
199-
alias todos="/path/to/todos"
200-
```
195+
2. `cargo install --git https://github.com/archtechx/todo-system.git`
196+
3. The tool will be added to your `$PATH` automatically as `todos`
197+
198+
I personally also like creating an alias that does `todos | less`:
199+
```sh
200+
alias t="todos | less"
201+
```

0 commit comments

Comments
 (0)