diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-10-25 10:44:49 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-10-25 10:44:49 -0400 |
commit | 3d78a997581d688d62b50586d8041ce74e69bf6f (patch) | |
tree | 8c71d3d11582840d4152be328a5a5126b56e425e | |
parent | 03e97c2d951accc4b31c5df29095b6a640d9ff5f (diff) | |
download | kutter-3d78a997581d688d62b50586d8041ce74e69bf6f.tar.gz kutter-3d78a997581d688d62b50586d8041ce74e69bf6f.tar.xz kutter-3d78a997581d688d62b50586d8041ce74e69bf6f.zip |
docs: Update Installation document to recommend latest octoprint version
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 64d4f180..1675f3ba 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -17,11 +17,11 @@ Prepping an OS image ==================== Start by installing [OctoPi](https://github.com/guysoft/OctoPi) on the -Raspberry Pi computer. Use OctoPi v0.13.0 or later - see the +Raspberry Pi computer. Use OctoPi v0.14.0 or later - see the [octopi releases](https://github.com/guysoft/OctoPi/releases) for release information. One should verify that OctoPi boots and that the OctoPrint web server works. After connecting to the OctoPrint web -page, follow the prompt to upgrade OctoPrint to v1.3.2 or later. +page, follow the prompt to upgrade OctoPrint to v1.3.5 or later. After installing OctoPi and upgrading OctoPrint, ssh into the target machine (ssh pi@octopi -- password is "raspberry") and run the |