From e2182dfc39f25301eca181dd3d7dcb0d8ac43a6b Mon Sep 17 00:00:00 2001 From: Dieter Schmidt Date: Sat, 23 Jan 2021 21:55:02 +0100 Subject: [PATCH] update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7af9471..1c57313 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,9 @@ Run ```docker-compose build``` After build run ```docker-compose up -d``` and see if it works. ## Features not implemented or not tested (yet) -- compiling klipper.bin for your printer -- setting up more than one klipper instance and connecting to all in the UI -- automatic updates for klipper/moonraker -- automatic updates for the frontend +- compiling klipper.bin for your printer (will need compile tools which bloat the image so this will likely not be implemented) +- automatic updates for klipper/moonraker (partly working as repos are getting updated but no dependency installs happen - update the container with ```docker-compose pull``` instead) +- automatic updates for the frontend (update the container with ```docker-compose pull``` instead) - CI pipeline to build images as upstream repos change ## Credits