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