Updated README.md
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user