From 53737784b74f2579428de7958e7110c8c852a652 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 29 Sep 2025 15:15:34 +0000 Subject: [PATCH] how2update --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9458b7..eaa11fc 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,11 @@ curl -v http://127.0.0.1 * Connection #0 to host 127.0.0.1 left intact ``` -make sure that you get a code 302 to a `hottub://` url \ No newline at end of file +make sure that you get a code 302 to a `hottub://` url + +## Update via git pull + +To Update (i.e. for new supported sites) do +``` +cd /path/to/hottub && git pull && cargo build --release && sudo docker container restart hottub +``` \ No newline at end of file