docs: fix typos in install.md
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
d1c740b900
commit
43c8affadf
|
@ -43,13 +43,13 @@ git clone https://github.com/Arksine/moonraker.git
|
||||||
If you have an older version of moonraker installed, it must be removed:
|
If you have an older version of moonraker installed, it must be removed:
|
||||||
```
|
```
|
||||||
cd ~/moonraker/scripts
|
cd ~/moonraker/scripts
|
||||||
./uninstall_moonraker.sh
|
./uninstall-moonraker.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, run moonraker's install script:
|
Finally, run moonraker's install script:
|
||||||
```
|
```
|
||||||
cd ~/moonraker/scripts
|
cd ~/moonraker/scripts
|
||||||
./install_moonraker.sh
|
./install-moonraker.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
When the script completes it should start both Moonraker and Klipper. In
|
When the script completes it should start both Moonraker and Klipper. In
|
||||||
|
|
Loading…
Reference in New Issue