Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #53 from corocoto/fix/installation-page-typos
Browse files Browse the repository at this point in the history
Docs: Fix typos at installation pages (Linux env)
  • Loading branch information
lgklsv authored Sep 29, 2023
2 parents d3e4103 + 65b2b60 commit 87293ad
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
21 changes: 14 additions & 7 deletions installation-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,10 @@ <h3>Installation from configuration file</h3>
Before installing, check available updates on your system. Install
them if it necessary:
<!-- prettier-ignore -->
<code class="code-scroll-box"># Ubuntu и Debian sudo apt-get update && sudo apt-get upgrade</code>
<code class="code-scroll-box">
# Ubuntu и Debian
sudo apt-get update && sudo apt-get upgrade
</code>
</li>
<li>
Run
Expand All @@ -171,7 +174,10 @@ <h3>Installation from configuration file</h3>
</a>
:
<!-- prettier-ignore -->
<code class="code-scroll-box"># Ubuntu и Debian sudo apt-get install wireguard</code>
<code class="code-scroll-box">
# Ubuntu и Debian
sudo apt-get install wireguard
</code>
</li>
<li>
Download the configuration file by clicking on the
Expand All @@ -185,7 +191,7 @@ <h3>Installation from configuration file</h3>
<b>/etc/wireguard/</b>
directory:
<!-- prettier-ignore -->
<code class="code-scroll-box">sudo mv [file path]/fuckrkn1.conf/etc/wireguard/</code>
<code class="code-scroll-box">sudo mv [file path]/frkn.conf/ etc/wireguard/</code>
</li>

<li>
Expand All @@ -196,7 +202,7 @@ <h3>Installation from configuration file</h3>
<b>wg-quick</b>
command, to start the connection:
<!-- prettier-ignore -->
<code class="code-scroll-box">sudo wg-quick up fuckrkn1.conf</code>
<code class="code-scroll-box">sudo wg-quick up frkn</code>

<details>
<summary>
Expand All @@ -213,8 +219,9 @@ <h3>Installation from configuration file</h3>
package and try again:
</p>
<!-- prettier-ignore -->
<code class="code-scroll-box"># Ubuntu и Debian
sudo apt-get install resolvconf && sudo wg-quick up fuckrkn1.conf</code>
<code class="code-scroll-box">
# Ubuntu и Debian
sudo apt-get install resolvconf && sudo wg-quick up frkn</code>
</details>
</li>
<li>
Expand All @@ -229,7 +236,7 @@ <h3>Installation from configuration file</h3>
<b>down</b>
attribute to turn off the connection:
<!-- prettier-ignore -->
<code class="code-scroll-box">sudo wg-quick down fuckrkn1</code>
<code class="code-scroll-box">sudo wg-quick down frkn</code>
</li>
</ol>
</li>
Expand Down
22 changes: 15 additions & 7 deletions installation-ru.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@ <h3>Установка из файла конфигурации</h3>
Перед установкой проверьте наличие доступных обновлений в вашей
системе. При необходимости установите их:
<!-- prettier-ignore -->
<code class="code-scroll-box"># Ubuntu и Debian sudo apt-get update && sudo apt-get upgrade</code>
<code class="code-scroll-box">
# Ubuntu и Debian
sudo apt-get update && sudo apt-get upgrade
</code>
</li>
<li>
Запустите
Expand All @@ -163,7 +166,10 @@ <h3>Установка из файла конфигурации</h3>
</a>
:
<!-- prettier-ignore -->
<code class="code-scroll-box"># Ubuntu и Debian sudo apt-get install wireguard</code>
<code class="code-scroll-box">
# Ubuntu и Debian
sudo apt-get install wireguard
</code>
</li>
<li>
Скачайте файл конфигурации, нажав на кнопку
Expand All @@ -176,7 +182,7 @@ <h3>Установка из файла конфигурации</h3>
<b>/etc/wireguard/</b>
:
<!-- prettier-ignore -->
<code class="code-scroll-box">sudo mv [путь до файла]/fuckrkn1.conf/etc/wireguard/</code>
<code class="code-scroll-box">sudo mv [путь до файла]/frkn.conf /etc/wireguard/</code>
</li>

<li>
Expand All @@ -187,7 +193,7 @@ <h3>Установка из файла конфигурации</h3>
<b>wg-quick</b>
:
<!-- prettier-ignore -->
<code class="code-scroll-box">sudo wg-quick up fuckrkn1.conf</code>
<code class="code-scroll-box">sudo wg-quick up frkn</code>

<details>
<summary>
Expand All @@ -205,8 +211,10 @@ <h3>Установка из файла конфигурации</h3>
и повторите попытку:
</p>
<!-- prettier-ignore -->
<code class="code-scroll-box"># Ubuntu и Debian
sudo apt-get install resolvconf && sudo wg-quick up fuckrkn1.conf</code>
<code class="code-scroll-box">
# Ubuntu и Debian
sudo apt-get install resolvconf && sudo wg-quick up frkn
</code>
</details>
</li>
<li>
Expand All @@ -221,7 +229,7 @@ <h3>Установка из файла конфигурации</h3>
<b>down</b>
:
<!-- prettier-ignore -->
<code class="code-scroll-box">sudo wg-quick down fuckrkn1</code>
<code class="code-scroll-box">sudo wg-quick down frkn</code>
</li>
</ol>
</li>
Expand Down

0 comments on commit 87293ad

Please sign in to comment.