mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
nix: add bundle subcommand usage
This commit is contained in:
parent
9e62a6c322
commit
64812249ad
@ -126,6 +126,20 @@ To enter a shell environment with the necessary tools:
|
||||
nix develop
|
||||
```
|
||||
|
||||
You can use the `bundle` subcommand to bundle the game into a single distro-agnostic executable file:
|
||||
```shell
|
||||
## bundling latest commit to master
|
||||
# Voxygen:
|
||||
nix bundle gitlab:veloren/veloren
|
||||
# Server CLI:
|
||||
nix bundle gitlab:veloren/veloren#veloren-server-cli
|
||||
## for local repo:
|
||||
# Voxygen:
|
||||
nix bundle .#veloren-voxygen
|
||||
# Server CLI:
|
||||
nix bundle .#veloren-server-cli
|
||||
```
|
||||
|
||||
### Without flakes
|
||||
|
||||
To enter the development shell:
|
||||
|
Loading…
Reference in New Issue
Block a user