update to standards (4)

This commit is contained in:
arcan1s
2014-08-25 23:16:59 +04:00
parent cea01cbd59
commit 009a5be871
10 changed files with 38 additions and 43 deletions

View File

@ -88,9 +88,8 @@ Options:
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3>
<ul>
<li><p>Download an <a href="https://github.com/arcan1s/netctl-gui/releases" title="GitHub">archive</a> with latest version of source files.</p></li>
<li><p>Extract it and install the application:</p>
<p>If you want install it into <code>/</code>, you should run as root following commands:</p>
<li>Download an <a href="https://github.com/arcan1s/netctl-gui/releases" title="GitHub">archive</a> with latest version of source files.</li>
<li>Extract it and install the application. If you want install it into <code>/</code>, you should run as root following commands:
{% highlight bash %}
cd /path/to/extracted/archive
@ -100,7 +99,7 @@ make
sudo make install
{% endhighlight %}
<p>Available cmake flags are:</p>
Available cmake flags are:
<ul>
<li>components:
<ul>
@ -123,7 +122,6 @@ sudo make install
<li><code>-DUSE_QT5:BOOL=0</code> - use Qt4 instead of Qt5 for GUI</li>
</ul></li>
</ul></li>
</ul></li>
</ul>
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Dependencies</h3>