From 2d4c07ad808e17bcf08dcdb08f4a81b18956beb8 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Thu, 31 Mar 2022 13:52:34 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39855fb..6cd0c80 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ YouTube video for OctoPi setup here: https://www.youtube.com/watch?v=J5VzI4AFav4 * Back in the ssh session, choose `Add Instance` and follow the instructions. * If your printer does not have a serial number, it will time out and use the physical USB address for udev entries. * Continue until you have added all the printers you want to use - * haproxy entries are updated so you can connect via http://octopi.local/instancename/ + * haproxy entries are updated so you can connect via http://octopi.local/instancename/ (trailing slash is needed) * Ubuntu/Mint/Fedora (Fedora not completely tested) * Install Ubuntu 20-21.X, Mint 20.3+, or Fedora35+ on your system (make sure your user is admin for sudo) * Install git if it isn't already: `sudo apt install git`