diff --git a/docs/user_changes.md b/docs/user_changes.md index 6911001..167f1ad 100644 --- a/docs/user_changes.md +++ b/docs/user_changes.md @@ -2,7 +2,7 @@ This file will track changes that require user intervention, such as a configuration change or a reinstallation. ### November 19th 2020 -- The install script (`install_moonraker.sh`) now has command-line +- The install script (`install-moonraker.sh`) now has command-line options:\ `-r` Rebuild the python virtual env\ `-f` Force an overwrite of `/etc/default/moonraker` during installation\ @@ -12,7 +12,7 @@ such as a configuration change or a reinstallation. - New dependencies have been added to Moonraker which require reinstallation. Run the following command to reinstall and rebuild the virtualenv: ``` - ~/moonraker/scripts/install_moonraker.sh -r + ~/moonraker/scripts/install-moonraker.sh -r ``` - The power plugin configuration has changed. See the [install guide](installation.md#power-control-plugin) for @@ -27,7 +27,7 @@ such as a configuration change or a reinstallation. ``` cd ~/moonraker/ git pull - ~/moonraker/scripts/install_moonraker.sh -r + ~/moonraker/scripts/install-moonraker.sh -r sudo reboot ``` Make sure that the power plugin configuration has been updated prior