summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--screenshot-android.pngbin0 -> 45089 bytes
-rw-r--r--screenshot-fedora.png (renamed from screenshot.png)bin13498 -> 13498 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 28b582c..88d9526 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,10 @@ This is a tiny GUI app written in Go using the Fyne framework to quickly log a m
The purpose of this is to have a small Android app to quickly log Ideas into a folder as plain text files. From there, Syncthing will sync it to my computer at home.
-This is a screenshot of the App running on Fedora Linux. But it also works seamlessly on my Android phone.
+This are screenshots of the App running on Android and Fedora Linux.
-![Screenshot](./screenshot.png)
+![Screenshot](./screenshot-android.png)
+![Screenshot](./screenshot-fedora.png)
## Installation
@@ -16,4 +17,3 @@ This is a screenshot of the App running on Fedora Linux. But it also works seaml
2. Clone Quicklogger: `git clone https://codeberg.org/snonux/quicklogger; cd quicklogger`
3. Build it `./build.sh` - Note, you may need to set the `ANDROID_NDK_HOME` environment variable accordingly.
4. Copy `quicklogger.apk` to your Android phone and install it (You may need to allow installing APKs from this source - just follow the instructions Android is prompting you with).
-
diff --git a/screenshot-android.png b/screenshot-android.png
new file mode 100644
index 0000000..a8a604e
--- /dev/null
+++ b/screenshot-android.png
Binary files differ
diff --git a/screenshot.png b/screenshot-fedora.png
index c5cc8c0..c5cc8c0 100644
--- a/screenshot.png
+++ b/screenshot-fedora.png
Binary files differ