remove line separators on run cmnd

This commit is contained in:
seanauff 2020-04-02 12:51:32 -04:00 committed by GitHub
parent 471b3d7af6
commit eb4ba922a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -19,10 +19,7 @@ docker pull seanauff/octoprint-klipper:[tag]
Start the container once to populate your config folder: Start the container once to populate your config folder:
``` ```
docker run -d --name octoprint-klipper -e TZ=America/New_York -v /home/docker/octoprint-klipper:/home/octoprint/.octoprint \ docker run -d --name octoprint-klipper -e TZ=America/New_York -v /home/docker/octoprint-klipper:/home/octoprint/.octoprint --device /dev/ttyUSB0:/dev/ttyUSB0 -p 5000:5000 seanauff/octoprint-klipper:[tag]
--device /dev/ttyUSB0:/dev/ttyUSB0 \
-p 5000:5000 \
seanauff/octoprint-klipper:[tag]
``` ```
Stop the container, and modify your [Klipper] `printer.cfg` and [Octoprint] `config.yaml` in the config directory as needed. Stop the container, and modify your [Klipper] `printer.cfg` and [Octoprint] `config.yaml` in the config directory as needed.
@ -43,4 +40,4 @@ docker build -t seanauff/octoprint-klipper OctoPrint-Klipper
``` ```
[Octoprint]: https://github.com/foosel/OctoPrint [Octoprint]: https://github.com/foosel/OctoPrint
[Klipper]: https://github.com/KevinOConnor/klipper [Klipper]: https://github.com/KevinOConnor/klipper