diff --git a/README.md b/README.md index 031a705..f61e60b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A launcher for users to install and run the OpenGOAL project with ease ## Preview -![Launcher Preview](./docs//screenshots/launcher.png) +![Launcher Preview](https://user-images.githubusercontent.com/86533397/193725375-a75dbeb0-d9f3-4e14-bf67-d872f89d11c2.png) ## Disclaimer @@ -14,11 +14,11 @@ Users are required to provide their own copy of the ISO file in order to run the ## Features -- [x] Auto Updates +- [x] Automatic Updates - [x] Windows Support -- [ ] Linux Support -- [ ] Texture Pack Management -- [ ] Controller/Keyboard Remapping (maybe) +- [x] Linux Support +- [ ] Mac Support (TBD -- Not Planned) +- [x] Texture Pack Management ## Resources @@ -28,7 +28,7 @@ Users are required to provide their own copy of the ISO file in order to run the ## Development -We are using Tauri to build a native app, but still with simple Web technology. You will need to setup the prerequesites using the instructions here https://tauri.studio/docs/getting-started/prerequisites +We are using Tauri to build a native app, but still with simple Web technology. You will need to setup the prerequesites using the instructions here: https://tauri.studio/docs/getting-started/prerequisites > Additionally, this presumes your environment has WebView2 (windows) or webkit2 (linux) already available. This is a requirement for end-users as well! Many modern OSes already ship with such a thing, but it's something we'll need to investigate.