mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-15 06:05:47 +00:00
update to standards (4)
This commit is contained in:
@ -57,20 +57,20 @@ Parameters:
|
||||
|
||||
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3>
|
||||
<ul>
|
||||
<li><p>Скачайте <a href="https://github.com/arcan1s/queued/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</p></li>
|
||||
<li><p>Извлеките из него файлы и установите приложение:</p>
|
||||
<li>Скачайте <a href="https://github.com/arcan1s/queued/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</li>
|
||||
<li>Извлеките из него файлы и установите приложение:
|
||||
|
||||
{% highlight bash %}
|
||||
./install.sh "/путь/к/корню/"
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Если Вы хотите установить в <code>/</code>, Вы должны запустить это, как root:</p>
|
||||
Если Вы хотите установить в <code>/</code>, Вы должны запустить это, как root:
|
||||
|
||||
{% highlight bash %}
|
||||
sudo ./install.sh
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Если путь не указан, пакет будет установлен в <code>/</code>.</p></li>
|
||||
Если путь не указан, пакет будет установлен в <code>/</code>.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Зависимости</h3>
|
||||
|
Reference in New Issue
Block a user