Skip to content

Commit 8b68da4

Browse files
committed
2 parents 5ed653b + 4658874 commit 8b68da4

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,18 @@
1313

1414
## Installation
1515

16-
You can download and install Jorts from Flathub:
17-
18-
[<img src="https://flathub.org/assets/badges/flathub-badge-en.svg" width="160" alt="Download on Flathub">](https://flathub.org/apps/io.github.ellie_commons.jorts)
16+
You can download and install Jorts from various sources:
1917

18+
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg?new)](https://appcenter.elementary.io/io.github.ellie_commons.jorts)
2019

21-
It is also present in the elementary OS appcenter (the online version of it, appcenter.elementary.io, alas does not displays it)
22-
20+
[<img src="https://flathub.org/assets/badges/flathub-badge-en.svg" width="160" alt="Download on Flathub">](https://flathub.org/apps/io.github.ellie_commons.jorts)
2321

2422

2523
## 🛣️ Roadmap
2624

2725
Jorts is a cute simple little notes app, and i wanna keep it this way
2826

2927
right now im working on:
30-
- a proper debounce for saving when user changes a note content
3128
- Maybe an option to show window title buttons, because now this is on flathub i may get flak from users about the lack of it
3229
- Probably some cleaner code if i come around to it
3330
- Maybe a toggle lists if i find how to do it without more UI noise

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ subdir('po')
7575
gnome.post_install(
7676
glib_compile_schemas: true,
7777
gtk_update_icon_cache: true,
78-
update_desktop_database: true,
78+
update_desktop_database: true
7979
)

0 commit comments

Comments
 (0)