aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn/index.html
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-27 02:31:24 +0300
committerGitHub <noreply@github.com>2021-10-27 02:31:24 +0300
commit980fe00a74a9ad013b945755415ace2e5429c3c2 (patch)
treea1c6bb4b302e69bfa53eab13e44500eba55d1696 /files/ru/learn/index.html
parent374a039b97a11ee7306539d16aaab27fed66b398 (diff)
downloadtranslated-content-980fe00a74a9ad013b945755415ace2e5429c3c2.tar.gz
translated-content-980fe00a74a9ad013b945755415ace2e5429c3c2.tar.bz2
translated-content-980fe00a74a9ad013b945755415ace2e5429c3c2.zip
[RU] Remove notranslate (#2874)
Diffstat (limited to 'files/ru/learn/index.html')
-rw-r--r--files/ru/learn/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/learn/index.html b/files/ru/learn/index.html
index d9b58648ab..9ea49f8f1d 100644
--- a/files/ru/learn/index.html
+++ b/files/ru/learn/index.html
@@ -87,7 +87,7 @@ translation_of: Learn
<li><a href="https://git-scm.com/downloads">Установите Git</a> на свой компьютер. Это основное программное обеспечение системы контроля версий, разрабатываемое компанией GitHub.</li>
<li>Откройте <a href="https://www.lifewire.com/how-to-open-command-prompt-2618089">командную строку</a> (Windows) или терминал (<a href="https://help.ubuntu.com/community/UsingTheTerminal">Linux</a>, <a href="https://blog.teamtreehouse.com/introduction-to-the-mac-os-x-command-line">macOS</a>).</li>
<li>Чтобы скопировать репозиторий обучающего раздела в папку с именем learning-area в текущем местоположении, на которое указывает ваша командная строка / терминал, используйте следующую команду:
- <pre class="notranslate">git clone https://github.com/mdn/learning-area</pre>
+ <pre>git clone https://github.com/mdn/learning-area</pre>
</li>
<li>Теперь вы можете войти в директорию и найти нужные вам файлы (с помощью Finder/проводника либо <a href="https://ru.wikipedia.org/wiki/Cd_(%D0%BA%D0%BE%D0%BC%D0%B0%D0%BD%D0%B4%D0%B0)">команды cd</a>).</li>
</ol>
@@ -97,10 +97,10 @@ translation_of: Learn
<ol>
<li>В командной строке / терминале войдите в директорию <code>learning-area</code> командой <code>cd</code>. Например, если вы в родительском каталоге:
- <pre class="notranslate">cd learning-area</pre>
+ <pre>cd learning-area</pre>
</li>
<li>Обновите репозиторий, выполнив следующую команду:
- <pre class="notranslate">git pull</pre>
+ <pre>git pull</pre>
</li>
</ol>