We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fbf71 commit 2b5bad3Copy full SHA for 2b5bad3
1 file changed
README.md
@@ -0,0 +1,16 @@
1
+# ✏ OctoPi-UpToDate
2
+
3
+*The latest OctoPi release with the latest OctoPrint already included*
4
5
+This repository automatically updates the OctoPrint installation on the latest OctoPi image
6
+and provides the resulting image ready to flash. Checkout the [releases](https://github.com/OctoPrint/OctoPi-UpToDate/releases).
7
8
+## How does this work?
9
10
+A simple update script is run via [CustoPiZer](https://github.com/OctoPrint/CustoPiZer).
11
+All that is done is running the equivalend of `pip install -U OctoPrint==<latest version>`.
12
13
+## Can I do something like this as well?
14
15
+Sure, check out [CustoPiZer's README](https://github.com/OctoPrint/CustoPiZer) for
16
+instructions on how to set up your own image build for modified but clean OctoPi images!
0 commit comments