From d13717911e311a5d1105fc7a439fb73743481119 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Fri, 28 Jan 2022 20:51:14 -0500 Subject: [PATCH] readme, install git --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 530b9ae..2eddceb 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ These files provide a simple bash script for quickly deploying multiple octoprin * Setup admin user by connecting to http://octopi.local via browser * Back in the ssh session, choose `Add Instance` and follow the instructions. * 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/ * Ubuntu (may work for other deb systems, not tested yet) * Install Ubuntu 20.X on your system (make sure your user is admin for sudo) + * Install git if it isn't already: `sudo apt install git` * run the command `git clone https://github.com/paukstelis/octoprint_deploy.git` * switch to the fullprep branch (For now; `cd octoprint_deploy; git checkout fullprep; cd`) * run the command `sudo octoprint_deploy/octoprint_deploy.sh`