mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Update README.md
This commit is contained in:
parent
f56a2388d1
commit
c0883c9f85
1 changed files with 16 additions and 10 deletions
26
README.md
26
README.md
|
@ -13,19 +13,13 @@ A Terminal User Interface for [Taskwarrior](https://taskwarrior.org/).
|
|||
|
||||
You will need to install `taskwarrior` first. See <https://taskwarrior.org/download/> for more information.
|
||||
|
||||
**Manual**
|
||||
**Manual** 
|
||||
|
||||
1. Download the tar.gz file for your OS from [the latest release](https://github.com/kdheepak/taskwarrior-tui/releases/latest).
|
||||
2. Unzip the tar.gz file
|
||||
3. Run with `./taskwarrior-tui`.
|
||||
|
||||
**Using `brew`**
|
||||
|
||||
```bash
|
||||
brew install taskwarrior-tui
|
||||
```
|
||||
|
||||
**Using `cargo`**
|
||||
**Install from source** 
|
||||
|
||||
```bash
|
||||
git clone https://github.com/kdheepak/taskwarrior-tui.git
|
||||
|
@ -33,11 +27,23 @@ cd taskwarrior-tui
|
|||
cargo build --release
|
||||
```
|
||||
|
||||
**Using `AUR`**
|
||||
**Using `brew`** 
|
||||
|
||||
```bash
|
||||
brew install taskwarrior-tui
|
||||
```
|
||||
|
||||
**Using `cargo`** 
|
||||
|
||||
```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)**
|
||||
**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