Add a readme

This commit is contained in:
Alicia Moore
2026-06-22 23:14:14 -07:00
parent d8906cd56e
commit c010ab2712
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
# Olympus wifi
A slop app to import photos from olympus cameras over wifi.
## Building and stuff
You need libawaita and libsoup and gtk
`make` and then `make install` we don't need to get too fancy
# Usage
run the binary, connect to your camera's wifi network and then press connect. You can import photos to a folder
+1 -1
View File
@@ -145,7 +145,7 @@ public class ConnectPage : Gtk.Box {
title_label.add_css_class ("title-label");
append (title_label);
var subtitle_label = new Gtk.Label ("Browse and import photos from your Olympus camera");
var subtitle_label = new Gtk.Label ("start the wifi on your olympus camera. then connnect to the camera's network. then press connect to camera");
subtitle_label.opacity = 0.7;
append (subtitle_label);