Add how to run info
This commit is contained in:
parent
0f90ee2601
commit
b7b1c567d9
|
|
@ -5,6 +5,9 @@ on:
|
|||
branches: [ main, master ]
|
||||
pull_request:
|
||||
branches: [ main, master ]
|
||||
paths:
|
||||
- 'egui_client/**'
|
||||
- 'rusty_hub/**'
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
|||
14
README.md
14
README.md
|
|
@ -5,6 +5,20 @@ Very simple alternative for Unity Hub. Rust pet project.
|
|||

|
||||
|
||||
|
||||
## Building and using
|
||||
|
||||
[Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) is required in order to build it.
|
||||
|
||||
Building is pretty simple, just copy repo, open `egui_client` subdirectory in `CLI` client and run these commands:
|
||||
|
||||
```sh
|
||||
git clone git@github.com:Leinnan/rusty_hub.git
|
||||
cd rusty_hub/egui_client
|
||||
cargo build --release
|
||||
cargo run --release
|
||||
```
|
||||
|
||||
|
||||
## Thanks
|
||||
|
||||
Big thanks to https://github.com/unitycoder/UnityLauncherPro
|
||||
|
|
|
|||
Loading…
Reference in New Issue