mirror of
https://github.com/a-mayb3/godo-launcher.git
synced 2026-03-21 09:55:38 +01:00
Created README.md
Added: - Introduction section - Contributor section - Building section
This commit is contained in:
parent
6f003af531
commit
bb08930e55
1 changed files with 24 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# GodoLauncher
|
||||

|
||||

|
||||
|
||||
A simple Fortnite launcher for Windows made in Rust.
|
||||
|
||||
## Contributors
|
||||
- @G4-Synix
|
||||
## 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.
|
||||
### 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 &&
|
||||
cd godo-launcher &&
|
||||
cargo build --release
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue