aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Download-and-Installation.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Download-and-Installation.html')
-rw-r--r--doc/Download-and-Installation.html17
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 &amp;&amp; cd /path/to/shaarli/
132git clone -b v0.8.0 https://github.com/shaarli/Shaarli.git .
133composer 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>