From 8d3e185894b0bfac7d404c30e0d21ba0a8e16c97 Mon Sep 17 00:00:00 2001 From: Arksine Date: Fri, 20 Nov 2020 14:26:15 -0500 Subject: [PATCH] docs: fix typo in user_changes.md Signed-off-by: Eric Callahan --- docs/user_changes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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