From 7589ef909f096c6c63c93421a762660867ba3243 Mon Sep 17 00:00:00 2001 From: Edoardo Borgia Leiva Date: Thu, 19 Dec 2024 09:09:35 +0100 Subject: [PATCH] Beautified README.md and added special thanks section --- README.md | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fe6beb4..1578222 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,42 @@ -# GodoLauncher +# godo-launcher + + + +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 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 -- @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 -Currently GodoLauncher is *only obtainable via building the source code* using cargo. -Other methods will be implemented in the near future alongside its development. +> [!IMPORTANT] +> 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 #### Requirements - [Cargo](https://rustup.rs/) + + #### Dependencies - [reqwest](https://github.com/seanmonstar/reqwest) - [serde](https://serde.rs/) - [colog](https://github.com/chrivers/rust-colog) + #### Procedure ```powershell git clone https://github.com/Edoardo-B-Leiva/godo-launcher --depth 1 &&