aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2022-11-17 01:36:44 +0100
committerNao Pross <np@0hm.ch>2022-11-17 01:44:36 +0100
commit7231d6d0380c11370b0efc8e0295fd12c1d76c8d (patch)
tree9fe7a8bf57552105aaff22bbcb694deecc9ba2f1
parentAdd MacOS to paths.py and update README (diff)
downloadMuddle-7231d6d0380c11370b0efc8e0295fd12c1d76c8d.tar.gz
Muddle-7231d6d0380c11370b0efc8e0295fd12c1d76c8d.zip
Update README
-rw-r--r--README.md9
-rw-r--r--doc/muddle_linux.png (renamed from doc/muddle.png)bin76239 -> 76239 bytes
-rw-r--r--doc/muddle_macos.pngbin0 -> 310502 bytes
3 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0b8ed74..085b05a 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
# Muddle (Work in progress!)
A desktop Moodle client, because the web interface is painfully slow if you quickly need to grab a file.
-<table><tr>
- <td><img src="doc/muddle.png"/></td>
- <td><img src="doc/muddle_windows.png"/></td>
-</tr></table>
+<div>
+<img style="height: 350px;" src="doc/muddle_linux.png"/>
+<img style="height: 350px;" src="doc/muddle_macos.png"/>
+<img style="height: 350px;" src="doc/muddle_windows.png"/>
+</div>
## Configuration
On Linux, copy `doc/muddle.ini.example` to `~/.config/muddle/muddle.ini` and add a token; on Windows the file should be put in `%APPDATA%\muddle`; and on MacOS in `~/Library/ch.0hm.muddle`.
diff --git a/doc/muddle.png b/doc/muddle_linux.png
index de11c03..de11c03 100644
--- a/doc/muddle.png
+++ b/doc/muddle_linux.png
Binary files differ
diff --git a/doc/muddle_macos.png b/doc/muddle_macos.png
new file mode 100644
index 0000000..c3c93cc
--- /dev/null
+++ b/doc/muddle_macos.png
Binary files differ