Skip to content

Commit

Permalink
fix: wrong word.
Browse files Browse the repository at this point in the history
  • Loading branch information
auula committed Jul 7, 2024
1 parent 53abc04 commit ca538ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chinese/quickstart-zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@
<div class="col-md-8 col-sm-12">
<div id="markdown-content">
<h2>快速入门</h2>
<p>如果想使用 typikon 程序,必须先将 typikon 程序安装到你的计算机中,安装过程中根据自己的计算机版本找到对应的二进制安装包,安装包可以再 <a href="https://github.com/auula/typikon/releases">release</a> 页面中找到,并下载 typikon 的二进制压缩包到你计算机中。</p>
<p>如果想使用 typikon 程序,必须先将 typikon 程序安装到你的计算机中,安装过程中根据自己的计算机版本找到对应的二进制安装包,安装包可以在 <a href="https://github.com/auula/typikon/releases">release</a> 页面中找到,并下载 typikon 的二进制压缩包到你计算机中。</p>
<blockquote>
<p>在使用 typikon 程序之前请确保你计算机已经成功连接到国际互联网,如果是中国大陆地区可能会出现无法创建工作目录的情况,如果出现此类问题,可以尝试使用加速或者开启代理软件,再使用 typikon 进行目录初始化工作。</p>
</blockquote>
<p>当下载好 zip 二进制软件包后,请使用 <code>unzip</code> 或者其他解压软件来解压 <code>typikon-darwin-x64-beta-v0.1.1.zip</code> 软件包,命令如下:</p>
<pre><code class="language-shell">unzip typikon-darwin-x64-beta-v0.1.1.zip -d /usr/local/bin
<pre><code class="language-shell">unzip typikon-macos-amd64.zip -d /usr/local/bin
chmod +x /usr/local/bin/typikon
</code></pre>
<p>通过手动解压二进制到指定目录中,如果你想要全局使用 typikon 程序,那么必须将 typikon 所在的路径添加到计算机操作系统的环境变量中,例如:</p>
Expand Down
2 changes: 1 addition & 1 deletion english/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h2>Quick Start</h2>
<p>Before using Typikon, ensure that your computer is successfully connected to the international internet. If you are in mainland China, you may encounter issues creating a working directory. If this happens, try using acceleration or enabling proxy software before using Typikon to initialize the directory.</p>
</blockquote>
<p>After downloading the zip binary package, unzip it using <code>unzip</code> or another decompression software. For example:</p>
<pre><code class="language-shell">unzip typikon-darwin-x64-beta-v0.1.1.zip -d /usr/local/bin
<pre><code class="language-shell">unzip typikon-macos-amd64.zip -d /usr/local/bin
chmod +x /usr/local/bin/typikon
</code></pre>
<p>Then manually extract the binaries to the specified directory. If you want to use the Typikon program globally, you must add the path where Typikon is located to the environment variables of your computer’s operating system. For example:</p>
Expand Down

0 comments on commit ca538ea

Please sign in to comment.