This commit is contained in:
krahets
2023-10-03 03:50:07 +08:00
parent 70a047c88b
commit f54feba703
15 changed files with 281 additions and 131 deletions

View File

@@ -3514,7 +3514,7 @@
<p>运行代码的前置工作主要分为三步。</p>
<p><strong>第一步:安装本地编程环境</strong>。请参照<a href="https://www.hello-algo.com/chapter_appendix/installation/">附录教程</a>进行安装,如果已安装则可跳过此步骤。</p>
<p><strong>第二步:下载代码仓</strong>。如果已经安装 <a href="https://git-scm.com/downloads">Git</a> ,可以通过以下命令克隆本仓库。</p>
<p><strong>第二步:克隆或下载代码仓</strong>。如果已经安装 <a href="https://git-scm.com/downloads">Git</a> ,可以通过以下命令克隆本仓库。</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-12-1" name="__codelineno-12-1" href="#__codelineno-12-1"></a>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/krahets/hello-algo.git
</code></pre></div>
<p>当然,你也可以在图 0-4 所示的位置点击“Download ZIP”直接下载代码压缩包然后在本地解压即可。</p>