Updated README.md

This commit is contained in:
Ignacio Perez
2025-12-27 21:14:55 -03:00
parent 4cd01954ef
commit ae5309c716
2 changed files with 13 additions and 9 deletions
+13 -9
View File
@@ -14,20 +14,24 @@ A desktop GUI for [TaskWarrior](https://taskwarrior.org/) built with [GPUI](http
## Requirements
- Rust 2024 edition
- TaskWarrior
- Rust (2024 edition)
- TaskWarrior installed and configured
## Build
## Installation
```bash
cargo build --release
# Clone the repository
git clone https://github.com/0xErwin1/taskwarrior-gpui.git
cd taskwarrior-gpui
# Option 1: Run directly
cargo run --release
# Option 2: Install globally
cargo install --path .
```
## Run
```bash
cargo run
```
The application will use your existing TaskWarrior data directory.
## License
Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

After

Width:  |  Height:  |  Size: 221 KiB