From 958358d483df5ec9cd95d5dc5f563be8e3c7adde Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Thu, 3 Sep 2020 21:40:42 +0200 Subject: [PATCH] update docs for v0.2.2 Signed-off-by: Stefan Dej --- docs/installation.md | 2 +- docs/update.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 16bd25b5..3297e948 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -241,7 +241,7 @@ Now we can install Mainsail (static httpdocs). Now you can download the current mainsail static data ``` cd ~/mainsail -wget -q -O mainsail.zip https://github.com/meteyou/mainsail/releases/download/v0.2.1/mainsail-beta-0.2.1.zip && unzip mainsail.zip && rm mainsail.zip +wget -q -O mainsail.zip https://github.com/meteyou/mainsail/releases/download/v0.2.2/mainsail-beta-0.2.2.zip && unzip mainsail.zip && rm mainsail.zip ``` Now it should be possible to open the interface: `http:///`. diff --git a/docs/update.md b/docs/update.md index 9d51ef37..6ce32d89 100644 --- a/docs/update.md +++ b/docs/update.md @@ -36,6 +36,6 @@ If you see a content like this ``` cd ~/mainsail rm -R ./* -wget -q -O mainsail.zip https://github.com/meteyou/mainsail/releases/download/v0.2.1/mainsail-beta-0.2.1.zip && unzip mainsail.zip && rm mainsail.zip +wget -q -O mainsail.zip https://github.com/meteyou/mainsail/releases/download/v0.2.2/mainsail-beta-0.2.2.zip && unzip mainsail.zip && rm mainsail.zip ``` Now it should be possible to open the interface: `http:///`. \ No newline at end of file