diff --git a/README.md b/README.md index 5b22a73..4b142f6 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Running the following command will execute This example mounts an existing build config at `klipper/.config`, preserves your build config (``klipper/.config``), creates a directory ``out`` in your current working directory, and flashes the mcu code onto your device. -```yaml +``` docker run \ --rm \ --volume $(pwd)/config/build.config:/opt/klipper/.config \ @@ -191,4 +191,4 @@ In case Moonraker is not situated on the same Host as Mainsail, you'll have to e mainsail: volumes: - ./config/mainsail.json:/usr/share/nginx/html/config.json -``` \ No newline at end of file +```