diff --git a/README.md b/README.md
index e87c289..7c4cded 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# althea
-
+
althea is a GUI for AltServer-Linux that allows to easily sideload apps onto an iPhone, an iPad, or an iPod Touch. It supports iOS 15 and later. althea supports x86_64, aarch64, and armv7.
@@ -33,7 +33,7 @@ sudo pacman -S binutils wget curl git python-pip python-requests python-gobject
OpenSUSE:
```
-sudo zypper in binutils wget curl git python311-pip python311-requests python311-keyring python311-gobject-Gdk libhandy-devel libappindicator3-1 typelib-1_0-AppIndicator3-0_1 imobiledevice-tools libdns_sd libnotify-devel psmisc
+sudo zypper in binutils wget curl git python3-pip python3-requests python3-keyring python3-gobject-Gdk libhandy-devel libappindicator3-1 typelib-1_0-AppIndicator3-0_1 imobiledevice-tools libdns_sd libnotify-devel psmisc
```
### Running althea
@@ -51,11 +51,6 @@ cd althea
python3 main.py
```
-Note: if you're running OpenSUSE Leap, run the following command instead:
-```
-python3.11 main.py
-```
-
That's it! Have fun with althea!
## FAQ
diff --git a/resources/screenshot.png b/resources/screenshot.png
new file mode 100644
index 0000000..37f4f93
Binary files /dev/null and b/resources/screenshot.png differ