Skip to content

Commit cd6752e

Browse files
authored
Merge pull request #169 from Auties00/_onLoggedIn
10.0
2 parents dccd05e + e1df46e commit cd6752e

File tree

1 file changed

+32
-9
lines changed

1 file changed

+32
-9
lines changed

gui/README.md

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,39 @@
1-
# reboot_launcher
21

3-
Launcher for project reboot
2+
# Reboot Launcher
3+
4+
Welcome to the **Reboot Launcher**!
5+
This is a GUI application developed as part of the **Reboot Project**.
46

57
## Getting Started
68

7-
This project is a starting point for a Flutter application.
9+
### Running the Project
10+
To launch the project in development mode, simply run:
11+
```
12+
flutter run
13+
```
14+
15+
### Building the Project
16+
To create a production-ready build, use:
17+
```
18+
flutter build
19+
```
20+
21+
### Packaging the Project
22+
To package the application for distribution, run:
23+
```
24+
package.bat
25+
```
26+
27+
## Requirements
28+
- [Flutter SDK](https://flutter.dev/docs/get-started/install)
29+
- Supported operating systems: Windows
30+
31+
## Other platforms
832

9-
A few resources to get you started if this is your first Flutter project:
33+
Native support for these platforms is not currently planned, but Linux support is a priority for the 10.0 release cycle
1034

11-
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
35+
- [Linux Tutorial using Proton](https://www.reddit.com/r/linux_gaming/comments/1fwa4l8/guide_running_a_fortnite_private_server_to_play/)
36+
- No tutorials are available for MacOS(got lost when the Reboot discord was banned), but it's possible to run Reboot using a compatibility layer
1337

14-
For help getting started with Flutter development, view the
15-
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
38+
## Contributing
39+
Contributions are welcome! Feel free to open an issue or submit a pull request.

0 commit comments

Comments
 (0)