diff --git a/README.md b/README.md index 0aaae0db35..0f58258d99 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ bash install.sh To update: ``` -bash install.sh +bash update.sh ``` OneUptime should run at: https://localhost. You need to register a new account for your instance to start using it. diff --git a/update.sh b/update.sh new file mode 100644 index 0000000000..4a98730535 --- /dev/null +++ b/update.sh @@ -0,0 +1 @@ +bash install.sh \ No newline at end of file