Skip to content

Commit 495e193

Browse files
author
github-actions
committed
auto: docs: Clarify cloned dir
SourceCommit: emacs-eask/cli@cb9a7e7
1 parent b52db63 commit 495e193

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Getting-Started/Install-Eask/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
</span></span><span class=line><span class=cl><span class=c1># install the requirements</span>
9494
</span></span><span class=line><span class=cl>$ npm install
9595
</span></span></code></pre></div><div class="flex align-center gdoc-page__anchorwrap"><h3 id=-setup-through-script>🏡 Setup (through script)</h3><a data-clipboard-text=https://emacs-eask.github.io/Getting-Started/Install-Eask/#-setup-through-script class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🏡 Setup (through script)" aria-label="Anchor to: 🏡 Setup (through script)" href=#-setup-through-script><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>You can now run <code>eask</code> using the script <code>bin/eask</code>; add <code>/path/to/eask-cli/bin/</code>
96-
to your environment <code>PATH</code> to execute eask from any location!</p><p>On Linux/macOS,</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl><span class=nb>export</span> <span class=nv>PATH</span><span class=o>=</span><span class=s2>&#34;path/to/eask/bin:</span><span class=nv>$PATH</span><span class=s2>&#34;</span>
97-
</span></span></code></pre></div><p>On Windows,</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-batch data-lang=batch><span class=line><span class=cl><span class=k>set</span> <span class=nv>PATH</span><span class=p>=</span><span class=nv>%PATH%</span>;c:/path/to/eask/bin
96+
to your environment <code>PATH</code> to execute eask from any location!</p><p>On Linux/macOS,</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl><span class=nb>export</span> <span class=nv>PATH</span><span class=o>=</span><span class=s2>&#34;path/to/eask-cli/bin:</span><span class=nv>$PATH</span><span class=s2>&#34;</span>
97+
</span></span></code></pre></div><p>On Windows,</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-batch data-lang=batch><span class=line><span class=cl><span class=k>set</span> <span class=nv>PATH</span><span class=p>=</span><span class=nv>%PATH%</span>;c:/path/to/eask-cli/bin
9898
</span></span></code></pre></div><p>Once you have set it up correctly, try <code>eask --version</code> then you should see
9999
the current <code>eask</code>&rsquo;s version number! 🎉 🎊</p><div class="flex align-center gdoc-page__anchorwrap"><h3 id=-setup-through-executable>🏡 Setup (through executable)</h3><a data-clipboard-text=https://emacs-eask.github.io/Getting-Started/Install-Eask/#-setup-through-executable class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🏡 Setup (through executable)" aria-label="Anchor to: 🏡 Setup (through executable)" href=#-setup-through-executable><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>To run <code>eask</code> through executable, you will need <a class=gdoc-markdown__link href=https://github.com/vercel/pkg>pkg</a> installed on your machine.</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl><span class=c1># install it locally in the workspace scope</span>
100100
</span></span><span class=line><span class=cl>$ npm install --dev

fonts/GeekdocIcons.woff

0 Bytes
Binary file not shown.

fonts/GeekdocIcons.woff2

4 Bytes
Binary file not shown.

search/en.data.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

search/zh-tw.data.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

zh-tw/Getting-Started/Install-Eask/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
</span></span><span class=line><span class=cl>$ npm install
8888
</span></span></code></pre></div><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl><span class=c1># 從源頭建構; 有關可用目標,請參閱 `package.json` 中的 `scripts`</span>
8989
</span></span><span class=line><span class=cl>$ npm run pkg-linux-x64
90-
</span></span></code></pre></div><div class="flex align-center gdoc-page__anchorwrap"><h3 id=-設定透過腳本>🏡 設定(透過腳本)</h3><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Getting-Started/Install-Eask/#-設定透過腳本 class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🏡 設定(透過腳本)" aria-label="Anchor to: 🏡 設定(透過腳本)" href=#-%e8%a8%ad%e5%ae%9a%e9%80%8f%e9%81%8e%e8%85%b3%e6%9c%ac><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>確保根據您的系統設置環境路徑變量:</p><p>在 Linux/macOS 上,</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl><span class=nb>export</span> <span class=nv>PATH</span><span class=o>=</span><span class=s2>&#34;path/to/eask/bin:</span><span class=nv>$PATH</span><span class=s2>&#34;</span>
91-
</span></span></code></pre></div><p>在 Windows 上,</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-batch data-lang=batch><span class=line><span class=cl><span class=k>set</span> <span class=nv>PATH</span><span class=p>=</span><span class=nv>%PATH%</span>;c:/path/to/eask/bin
90+
</span></span></code></pre></div><div class="flex align-center gdoc-page__anchorwrap"><h3 id=-設定透過腳本>🏡 設定(透過腳本)</h3><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Getting-Started/Install-Eask/#-設定透過腳本 class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🏡 設定(透過腳本)" aria-label="Anchor to: 🏡 設定(透過腳本)" href=#-%e8%a8%ad%e5%ae%9a%e9%80%8f%e9%81%8e%e8%85%b3%e6%9c%ac><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>確保根據您的系統設置環境路徑變量:</p><p>在 Linux/macOS 上,</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl><span class=nb>export</span> <span class=nv>PATH</span><span class=o>=</span><span class=s2>&#34;path/to/eask-cli/bin:</span><span class=nv>$PATH</span><span class=s2>&#34;</span>
91+
</span></span></code></pre></div><p>在 Windows 上,</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-batch data-lang=batch><span class=line><span class=cl><span class=k>set</span> <span class=nv>PATH</span><span class=p>=</span><span class=nv>%PATH%</span>;c:/path/to/eask-cli/bin
9292
</span></span></code></pre></div><p>正確設置後,嘗試 <code>eask --version</code> 然後您應該會看到當前 <code>eask</code> 的版本號! 🎉🎊</p><div class="flex align-center gdoc-page__anchorwrap"><h3 id=-設定透過可執行檔>🏡 設定(透過可執行檔)</h3><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Getting-Started/Install-Eask/#-設定透過可執行檔 class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🏡 設定(透過可執行檔)" aria-label="Anchor to: 🏡 設定(透過可執行檔)" href=#-%e8%a8%ad%e5%ae%9a%e9%80%8f%e9%81%8e%e5%8f%af%e5%9f%b7%e8%a1%8c%e6%aa%94><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>To run <code>eask</code> through executable, you will need <a class=gdoc-markdown__link href=https://github.com/vercel/pkg>pkg</a> installed on your machine.</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl><span class=c1># 區域安裝</span>
9393
</span></span><span class=line><span class=cl>$ npm install --dev
9494
</span></span><span class=line><span class=cl>

0 commit comments

Comments
 (0)