Update README.md

This commit is contained in:
tripp 2022-10-03 23:05:10 -04:00 committed by GitHub
parent 23d166c512
commit 6bb7fead0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.