Skip to content

Commit

Permalink
docs: Fix list from * to -
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 9, 2024
1 parent 63c3081 commit 20fb417
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/content/Getting-Started/Install-Eask/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ $ winget install eask.cli

### 🚩 Prerequisite Tools

* [Git][]
* [Node.js][]
* [npm][]
- [Git][]
- [Node.js][]
- [npm][]

Alternatively, you can clone it directly from this repo

Expand Down
6 changes: 3 additions & 3 deletions docs/content/Getting-Started/Install-Eask/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ $ winget install eask.cli

### 🚩 前置工具

* [Git][]
* [Node.js][]
* [npm][]
- [Git][]
- [Node.js][]
- [npm][]

或者,您可以直接從這個代碼庫克隆它:

Expand Down
8 changes: 4 additions & 4 deletions docs/content/Getting-Started/Introduction/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ list.

The design of Eask was greatly influenced by the following projects:

* [Cask][] - Project management tool for Emacs
* [makem.sh][] - Makefile-like script for building and testing Emacs Lisp packages
* [epm](https://github.com/xuchunyang/epm) - Emacs Package Manager
* [Eldev][] - Elisp Development Tool
- [Cask][] - Project management tool for Emacs
- [makem.sh][] - Makefile-like script for building and testing Emacs Lisp packages
- [epm](https://github.com/xuchunyang/epm) - Emacs Package Manager
- [Eldev][] - Elisp Development Tool


<!-- Links -->
Expand Down
8 changes: 4 additions & 4 deletions docs/content/Getting-Started/Introduction/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ Eask 是最好的選擇之一。

Eask 的設計深受以下項目的影響:

* [Cask][] - Emacs 的項目管理工具
* [makem.sh][] -用於構建和測試 Emacs Lisp 包的類似 Makefile 的腳本
* [epm](https://github.com/xuchunyang/epm) - Emacs 包管理器
* [Eldev][] - Elisp 開發工具
- [Cask][] - Emacs 的項目管理工具
- [makem.sh][] -用於構建和測試 Emacs Lisp 包的類似 Makefile 的腳本
- [epm](https://github.com/xuchunyang/epm) - Emacs 包管理器
- [Eldev][] - Elisp 開發工具


<!-- Links -->
Expand Down

0 comments on commit 20fb417

Please sign in to comment.