veloren/README.md

14 lines
175 B
Markdown
Raw Normal View History

2019-01-02 16:19:52 +00:00
# Fresh
An experiment
## Compile
```
git clone https://gitlab.com/veloren/fresh.git
cd fresh
git submodule update --init --recursive
rustup default nightly
cargo build
```