fix installation.md and update-0.0.x.md link

This commit is contained in:
Stefan Dej 2020-07-27 00:09:04 +02:00
parent e98d6c0ba9
commit 7956304f64
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ Now we can install Mainsail (static httpdocs).
Now you can download the current mainsail static data Now you can download the current mainsail static data
``` ```
cd ~/mainsail cd ~/mainsail
wget -q -O mainsail.zip https://github.com/meteyou/mainsail/releases/download/v0.1.0/mainsail-alpha-0.1.0.zip && unzip mainsail.zip && rm mainsail.zip wget -q -O mainsail.zip https://github.com/meteyou/mainsail/releases/download/v0.1.0/mainsail-beta-0.1.0.zip && unzip mainsail.zip && rm mainsail.zip
``` ```
Now it should be possible to open the interface: `http://<printer-ip>/`. Now it should be possible to open the interface: `http://<printer-ip>/`.

View File

@ -43,5 +43,5 @@ Restart nginx with `sudo service nginx restart`
``` ```
rm -R ~/mainsail/* rm -R ~/mainsail/*
cd ~/mainsail cd ~/mainsail
wget -q -O mainsail.zip https://github.com/meteyou/mainsail/releases/download/v0.1.0/mainsail-alpha-0.1.0.zip && unzip mainsail.zip && rm mainsail.zip wget -q -O mainsail.zip https://github.com/meteyou/mainsail/releases/download/v0.1.0/mainsail-beta-0.1.0.zip && unzip mainsail.zip && rm mainsail.zip
``` ```