mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
175 B
Markdown
14 lines
175 B
Markdown
# Fresh
|
|
|
|
An experiment
|
|
|
|
## Compile
|
|
|
|
```
|
|
git clone https://gitlab.com/veloren/fresh.git
|
|
cd fresh
|
|
git submodule update --init --recursive
|
|
rustup default nightly
|
|
cargo build
|
|
```
|