From 6ae9073db209bc376373b62c6d7b2a6330e65095 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Fri, 28 Jan 2022 20:33:54 -0500 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a25638e..530b9ae 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ These files provide a simple bash script for quickly deploying multiple octoprin * Put the latest OctoPi image on your SD card * ssh into your Pi (pi@octopi.local; good idea to change your password now!) * 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` * Choose `Prepare System` from the menu * Setup admin user by connecting to http://octopi.local via browser @@ -16,6 +17,7 @@ These files provide a simple bash script for quickly deploying multiple octoprin * 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) * 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` * Choose `Prepare System` from the menu. This will install necessary packages, install octoprint, and start an instance * Setup admin user by connecting to your system (either http://localhost:5000 or http://[hostname]:5000 via browser