remove line separators on run cmnd
This commit is contained in:
		
							parent
							
								
									471b3d7af6
								
							
						
					
					
						commit
						eb4ba922a5
					
				
					 1 changed files with 2 additions and 5 deletions
				
			
		| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue