diff --git a/README.md b/README.md index 37ab6f5..5e3b430 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/task-warrior-gpui.png b/docs/task-warrior-gpui.png index 521268a..70d221f 100644 Binary files a/docs/task-warrior-gpui.png and b/docs/task-warrior-gpui.png differ