diff --git a/update-docker/README.md b/update-docker/README.md index 45f76ef..56e5442 100644 --- a/update-docker/README.md +++ b/update-docker/README.md @@ -10,7 +10,7 @@ Download the maintenance script to your Docker project directory: ```bash # cd into the docker folder -wget -qO update-docker.sh https://gitea.featherer.xyz/nono/update-docker/raw/branch/main/update-docker.sh +wget -qO update-docker.sh https://gitea.featherer.xyz/nono/Scripts/raw/branch/main/update-docker/update-docker.sh source update-docker.sh ``` @@ -18,7 +18,7 @@ Or, when run locally (replace the ip address to your own) ```bash # cd into the docker folder -wget -qO update-docker.sh http://10.1.0.102:3000/nono/update-docker/raw/branch/main/update-docker.sh +wget -qO update-docker.sh http://10.1.0.102:3000/nono/Scripts/raw/branch/main/update-docker/update-docker.sh source update-docker.sh ```