mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Update README.md
This commit is contained in:
parent
06f9eeb633
commit
c6156333e7
1 changed files with 12 additions and 6 deletions
18
README.md
18
README.md
|
@ -28,22 +28,28 @@ cd taskwarrior-tui
|
|||
cargo build --release
|
||||
```
|
||||
|
||||
**Using `brew`** 
|
||||
**Using [`brew`](https://brew.sh/)** [](https://formulae.brew.sh/formula/taskwarrior-tui)
|
||||
|
||||
This installs `task` from `homebrew` as well.
|
||||
|
||||
```bash
|
||||
brew install taskwarrior-tui
|
||||
```
|
||||
|
||||
**Using `cargo`** 
|
||||
**Install from [`AUR`](https://wiki.archlinux.org/index.php/Arch_User_Repository)** [](https://aur.archlinux.org/packages/taskwarrior-tui-git/)
|
||||
|
||||
Use your favorite installation method to download the [AUR package](https://aur.archlinux.org/packages/taskwarrior-tui-git/) maintained by [**@loki7990**](https://github.com/loki7990). For example:
|
||||
|
||||
```bash
|
||||
yay -S taskwarrior-tui-git
|
||||
```
|
||||
|
||||
**Using [`cargo`](https://crates.io/)** [](https://libraries.io/cargo/taskwarrior-tui)
|
||||
|
||||
```bash
|
||||
cargo install taskwarrior-tui
|
||||
```
|
||||
|
||||
**Using `AUR`** 
|
||||
|
||||
Use your favorite installation method to download the [AUR package](https://aur.archlinux.org/packages/taskwarrior-tui-git/) maintained by [**@loki7990**](https://github.com/loki7990).
|
||||
|
||||
**Using [`zdharma/zinit`](https://github.com/zdharma/zinit)** 
|
||||
|
||||
Add the following to your `~/.zshrc`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue