docs: remove bash -c
This commit is contained in:
parent
365e3a7cc4
commit
483107196f
1 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ The game features:
|
||||||
## How to Compile
|
## How to Compile
|
||||||
|
|
||||||
```
|
```
|
||||||
nix develop --command bash -c "cargo build"
|
nix develop --command cargo build
|
||||||
```
|
```
|
||||||
|
|
||||||
## How to Run
|
## How to Run
|
||||||
|
|
@ -33,7 +33,7 @@ nix develop --command bash -c "cargo build"
|
||||||
1. Make sure you have Rust and Nix installed.
|
1. Make sure you have Rust and Nix installed.
|
||||||
2. Clone the repository.
|
2. Clone the repository.
|
||||||
3. Navigate to the project directory.
|
3. Navigate to the project directory.
|
||||||
4. Run the game using the command: `nix develop --command bash -c "cargo run"`
|
4. Run the game using the command: `nix develop --command cargo run`
|
||||||
|
|
||||||
## Headless Screenshots
|
## Headless Screenshots
|
||||||
|
|
||||||
|
|
@ -56,6 +56,6 @@ warm-up (Bevy + software Vulkan needs roughly that long to render its first
|
||||||
frame):
|
frame):
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo build
|
nix develop --command cargo build
|
||||||
nix run .#take-screenshots -- ./target/debug/bglga 3 6 1 ./shots
|
nix run .#take-screenshots -- ./target/debug/bglga 3 6 1 ./shots
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue