mirror of
https://github.com/a-mayb3/godo-launcher.git
synced 2026-03-21 18:05:39 +01:00
Beautified README.md and added special thanks section
This commit is contained in:
parent
f2ceb4c621
commit
7589ef909f
1 changed files with 26 additions and 5 deletions
31
README.md
31
README.md
|
|
@ -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.
|
||||||
|
|
||||||
|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
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 &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue