Beautified README.md and added special thanks section

This commit is contained in:
Marta Borgia Leiva 2024-12-19 09:09:35 +01:00 committed by GitHub
parent f2ceb4c621
commit 7589ef909f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,21 +1,42 @@
# GodoLauncher # godo-launcher
<img src="app_icon.ico" align="right" />
A simple **unoffical** open-source Fortnite launcher for Windows made in Rust with multi-account support.
![GitHub License](https://img.shields.io/github/license/Edoardo-b-leiva/godo-launcher?style=for-the-badge)
![GitHub Repo stars](https://img.shields.io/github/stars/Edoardo-B-Leiva/godo-launcher?style=for-the-badge&label=GitHub%20stars) ![GitHub Repo stars](https://img.shields.io/github/stars/Edoardo-B-Leiva/godo-launcher?style=for-the-badge&label=GitHub%20stars)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Edoardo-B-Leiva/godo-launcher/total?style=for-the-badge&label=Downloads) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Edoardo-B-Leiva/godo-launcher/total?style=for-the-badge&label=Downloads)
A simple Fortnite launcher for Windows made in Rust. > [!Caution]
> Use at your own risk!
>
> Epic Games and the Fortnite development team do not support the use of third-party software.
>
> We **do not** make responsible for any liability issue *(such as: In-game ban, account ban)*
## Contributors ## Contributors
- @G4-Synix - ***(Code Owner)*** [@Edoardo-B-Leiva](https://github.com/Edoardo-B-Leiva/)
- [@G4-Synix](https://github.com/G4-Synix)
### Special thanks:
- [LeleDerGrasshalmi/FortniteEndpointsDocumentation](https://github.com/LeleDerGrasshalmi/FortniteEndpointsDocumentation)
## Getting the launcher ## Getting the launcher
Currently GodoLauncher is *only obtainable via building the source code* using cargo. > [!IMPORTANT]
Other methods will be implemented in the near future alongside its development. > Currently godo-launcher is *exclusively obtainable by [building the source](README.md#building-from-source)* using cargo.
> Other methods will be implemented in the near future alongside its development.
### Building from source ### Building from source
#### Requirements #### Requirements
- [Cargo](https://rustup.rs/) - [Cargo](https://rustup.rs/)
#### Dependencies #### Dependencies
- [reqwest](https://github.com/seanmonstar/reqwest) - [reqwest](https://github.com/seanmonstar/reqwest)
- [serde](https://serde.rs/) - [serde](https://serde.rs/)
- [colog](https://github.com/chrivers/rust-colog) - [colog](https://github.com/chrivers/rust-colog)
#### Procedure #### Procedure
```powershell ```powershell
git clone https://github.com/Edoardo-B-Leiva/godo-launcher --depth 1 && git clone https://github.com/Edoardo-B-Leiva/godo-launcher --depth 1 &&