Skip to content

Shorten client compile command

Vechro requested to merge shorten_compiling_command into master

Currently the book recommends compiling the client with cargo run --bin veloren-voxygen but zesterer on discord pointed out that's not necessary because veloren-voxygen is the default crate. So this change simplifies the client compile command, no longer requiring the --bin flag.

Merge request reports