generate outside generated
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -32,7 +32,7 @@ python build.py --all # -> all rooms
|
||||
./ctrl/logs.sh <room> # View logs
|
||||
|
||||
# Bare-metal dev (without Docker)
|
||||
cd gen/standalone && .venv/bin/python run.py
|
||||
cd gen/standalone && python run.py
|
||||
```
|
||||
|
||||
## Adding a New Room
|
||||
@@ -48,4 +48,4 @@ python build.py --cfg myroom
|
||||
cd gen/myroom/soleprint && docker compose up
|
||||
```
|
||||
|
||||
Or use the generation UI at `/generate`.
|
||||
Or use the generation UI: `python -m http.server 8080` in `spr/` and visit `/generate.html`.
|
||||
|
||||
Reference in New Issue
Block a user