diff --git a/README.md b/README.md index 7ed5ec0..8faee3b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.fl Then install the required flatpak platform and SDK, if you dont have them already: ```shell -$ flatpak install org.gnome.{Platform,Sdk}//45 org.freedesktop.Sdk.Extension.rust-stable//23.08 org.freedesktop.Sdk.Extension.llvm16//23.08 +$ flatpak install org.gnome.{Platform,Sdk}//50 org.freedesktop.Sdk.Extension.rust-stable//25.08 org.freedesktop.Sdk.Extension.llvm22//25.08 ``` To compile and install as a flatpak, clone the project, change to the project directory, and run: