how2update

This commit is contained in:
Simon
2025-09-29 15:15:34 +00:00
parent 154e3a149e
commit 53737784b7

View File

@@ -42,4 +42,11 @@ curl -v http://127.0.0.1
* Connection #0 to host 127.0.0.1 left intact * Connection #0 to host 127.0.0.1 left intact
``` ```
make sure that you get a code 302 to a `hottub://` url 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
```