Skip to content

Commit 3e9a247

Browse files
committed
Update readme
1 parent a6e785c commit 3e9a247

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,24 @@ I also wanted to create a desktop app, learn the basics of Rust and use Tauri -
2020

2121
Your data stays on your computer, you decide what to do with it. Todolator uses no telemetry, stores no data about you and does not require internet connection.
2222

23+
## Installation
24+
25+
Download the installer for your OS and Architecture from [releases](https://github.com/thevxn/todolator/releases).
26+
27+
- **Windows x64:**
28+
- `Todolator_X.Y.Z_x64_en-US.msi`
29+
- `Todolator_X.Y.Z_x64-setup.exe`
30+
- **MacOS Apple Silicon:**
31+
- `Todolator_X.Y.Z_aarch64.dmg`
32+
- `Todolator_aarch64.app.tar.gz`
33+
- **MacOS Intel:**
34+
- `Todolator_X.Y.Z_x64.dmg`
35+
- `Todolator_x64.app.tar.gz`
36+
- **Linux x64:**
37+
- `Todolator_X.Y.Z_amd64.AppImage`
38+
- `Todolator_X.Y.Z_amd64.deb` (Debian/Ubuntu-based distros)
39+
- `Todolator-X.Y.Z-1.x86_64.rpm` (Red Hat/Fedora/openSUSE-based distros)
40+
2341
## Configuration
2442

2543
### App Data Directory
@@ -61,12 +79,11 @@ The built binary & installers will be created in `src-tauri/target/release`.
6179

6280
## TODO
6381

64-
- Try building for MacOS via GHA pipeline provided by tauri
6582
- Calendar units for recurrence
66-
- GUI paging
6783

6884
## Future Releases
6985

86+
- GUI paging
7087
- Update paging so that all generated instances are not held in memory and do not grow with each new page
7188
- Only hold the current page and check if it's needed to regenerate upon every request for a page of tasks
7289
- MacOS release

0 commit comments

Comments
 (0)