diff options
author | Arthur <arthur@hoa.ro> | 2016-12-12 03:40:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 03:40:09 +0100 |
commit | ab18fe06d6c03e1a491548d5bb63d231087b7768 (patch) | |
tree | 8b6749678ebc21f4d089db796012541b6f44de03 /doc/Download-and-Installation.html | |
parent | 75f7adee19f3cced8a2d5eb134e9d6723a69a474 (diff) | |
parent | 3cc8c898307ad53507a128db2b11238be2641c32 (diff) | |
download | Shaarli-ab18fe06d6c03e1a491548d5bb63d231087b7768.tar.gz Shaarli-ab18fe06d6c03e1a491548d5bb63d231087b7768.tar.zst Shaarli-ab18fe06d6c03e1a491548d5bb63d231087b7768.zip |
Merge pull request #708 from ArthurHoaro/v0.8.1v0.8.1
Bump version to v0.8.1
Diffstat (limited to 'doc/Download-and-Installation.html')
-rw-r--r-- | doc/Download-and-Installation.html | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/doc/Download-and-Installation.html b/doc/Download-and-Installation.html index 17c7b69e..b9cac360 100644 --- a/doc/Download-and-Installation.html +++ b/doc/Download-and-Installation.html | |||
@@ -105,13 +105,14 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf | |||
105 | <p>Several releases are available:</p> | 105 | <p>Several releases are available:</p> |
106 | <hr /> | 106 | <hr /> |
107 | <h2 id="latest-release-recommended">Latest release (recommended)</h2> | 107 | <h2 id="latest-release-recommended">Latest release (recommended)</h2> |
108 | <p>Get the latest released version from the <a href="https://github.com/shaarli/Shaarli/releases">releases</a> page.<a href=".html"></a></p> | ||
109 | <p>The current latest released version is <code>v0.7.0</code>.</p> | ||
110 | <h3 id="download-as-an-archive">Download as an archive</h3> | 108 | <h3 id="download-as-an-archive">Download as an archive</h3> |
111 | <p>As a .zip archive:</p> | 109 | <p>Get the latest released version from the <a href="https://github.com/shaarli/Shaarli/releases">releases</a> page.<a href=".html"></a></p> |
112 | <div class="sourceCode"><pre class="sourceCode bash"><code class="sourceCode bash">$ <span class="fu">wget</span> https://github.com/shaarli/Shaarli/archive/v0.7.0.zip | 110 | <p><strong>Download our <em>shaarli-full</em> archive</strong> to include dependencies.</p> |
113 | $ <span class="fu">unzip</span> Shaarli-v0.7.0.zip | 111 | <p>The current latest released version is <code>v0.8.0</code></p> |
114 | $ <span class="fu">mv</span> Shaarli-v0.7.0 /path/to/shaarli/</code></pre></div> | 112 | <p>Or in command lines:</p> |
113 | <div class="sourceCode"><pre class="sourceCode bash"><code class="sourceCode bash">$ <span class="fu">wget</span> https://github.com/shaarli/Shaarli/releases/download/v0.8.0/shaarli-v0.8.0-full.zip | ||
114 | $ <span class="fu">unzip</span> shaarli-v0.8.0-full.zip | ||
115 | $ <span class="fu">mv</span> Shaarli /path/to/shaarli/</code></pre></div> | ||
115 | <table style="width:46%;"> | 116 | <table style="width:46%;"> |
116 | <colgroup> | 117 | <colgroup> |
117 | <col style="width: 8%" /> | 118 | <col style="width: 8%" /> |
@@ -126,6 +127,10 @@ $ <span class="fu">mv</span> Shaarli-v0.7.0 /path/to/shaarli/</code></pre></div> | |||
126 | <tbody> | 127 | <tbody> |
127 | </tbody> | 128 | </tbody> |
128 | </table> | 129 | </table> |
130 | <h3 id="using-git">Using git</h3> | ||
131 | <pre><code>mkdir -p /path/to/shaarli && cd /path/to/shaarli/ | ||
132 | git clone -b v0.8.0 https://github.com/shaarli/Shaarli.git . | ||
133 | composer update --no-dev</code></pre> | ||
129 | <hr /> | 134 | <hr /> |
130 | <h2 id="stable-version">Stable version</h2> | 135 | <h2 id="stable-version">Stable version</h2> |
131 | <p>The stable version has been experienced by Shaarli users, and will receive security updates.</p> | 136 | <p>The stable version has been experienced by Shaarli users, and will receive security updates.</p> |