mirror of
https://github.com/a-mayb3/godo-launcher.git
synced 2026-03-21 18:05:39 +01:00
Changed cargo command for installation from source procedure
This commit is contained in:
parent
a96f007e4b
commit
7841de387c
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
|
@ -39,8 +39,13 @@ A simple **unoffical** open-source Fortnite launcher for Windows made in Rust wi
|
||||||
- [colog](https://github.com/chrivers/rust-colog)
|
- [colog](https://github.com/chrivers/rust-colog)
|
||||||
|
|
||||||
#### Procedure
|
#### Procedure
|
||||||
```powershell
|
```bash
|
||||||
git clone https://github.com/a-mayb3/godo-launcher --depth 1 &&
|
git clone --depth 1 https://github.com/a-mayb3/godo-launcher
|
||||||
cd godo-launcher &&
|
cd godo-launcher
|
||||||
cargo build --release
|
cargo install --path . --locked
|
||||||
|
```
|
||||||
|
```powershell
|
||||||
|
git clone --depth 1 https://github.com/a-mayb3/godo-launcher
|
||||||
|
set-location godo-launcher
|
||||||
|
cargo install --path . --locked
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue