@cryptotaxi247 / netdata / commits / 15f9cf587

Update UPDATE.md (#20701)

Grammatical error fix

Kanela committed Jul 18, 2025 at 14:56 UTC 15f9cf587ae82d35b6a95f61f455b11f312fa473
1 file changed +2 -3
packaging/installer/UPDATE.md
+2 -3
@@ -12,8 +12,8 @@ The update process can differ based on the installation type:
12
13 - Install types starting with `binpkg` or ending with `build` or `static` can be updated using our [kickstart script update method](#update-methods-by-platform).
14 - Installs with an installation type of `custom` usually indicate installing a third-party package through the system package manager. To update these installations, you should update the package just like you would any other package on your system.
15 -- macOS users should check [our update instructions for macOS](#update-methods-by-platform).
16 -- Manually built installs should check [our update instructions for manual builds](#update-methods-by-platform).
15 +- macOS users should check out [our update instructions for macOS](#update-methods-by-platform).
16 +- Manually built installs should check out [our update instructions for manual builds](#update-methods-by-platform).
17
18 ## Determine which installation method you used
19
@@ -47,7 +47,6 @@ wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh && sh /
47
48 If you installed Netdata using an installation prefix, you will need to add an `--install-prefix` option specifying that prefix to make sure it finds the existing installation.
49
50 -:::
50
51 If you see a line starting with `--- Would attempt to update existing installation by running the updater script located at:`, then our [kickstart script update method](#update-methods-by-platform) will work for you.
52