diff --git a/README.md b/README.md index 62042750..03b6bbc4 100644 --- a/README.md +++ b/README.md @@ -91,5 +91,9 @@ chmod +x install.sh From the app's dashboard, choose Agents > Install Agent to generate an installer. ## Updating - -Download and run [update.sh](./update.sh) \ No newline at end of file +Download and run [update.sh](./update.sh) ([Raw](https://raw.githubusercontent.com/wh1te909/tacticalrmm/develop/update.sh)) +``` +wget https://raw.githubusercontent.com/wh1te909/tacticalrmm/develop/update.sh +chmod +x update.sh +./update.sh +```