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 ## Requirements
- Rust 2024 edition - Rust (2024 edition)
- TaskWarrior - TaskWarrior installed and configured
## Build ## Installation
```bash ```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 The application will use your existing TaskWarrior data directory.
```bash
cargo run
```
## License ## License
Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

After

Width:  |  Height:  |  Size: 221 KiB