Skip to content

Commit

Permalink
docs(Install): With homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 11, 2023
1 parent 9148b8a commit 496b8a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions docs/content/en/Getting-Started/Install-Eask.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ $ npm install -g @emacs-eask/cli

### Homebrew (macOS or Linux)

WIP
[Homebrew](https://brew.sh/) is a free and open source package manager for
macOS and Linux. This will install the extended edition of Eask CLI:

```sh
$ brew tap https://github.com/emacs-eask/packaging
$ brew install eask-cli
```

### MacPorts (macOS)

Expand All @@ -54,7 +60,7 @@ If you have [Chocolatey](https://chocolatey.org/) installed on your machine, you
install Eask with the following one-liner:

```sh
$ chcoc install eask
$ choco install eask-cli
```

### Scoop (Windows)
Expand Down
10 changes: 8 additions & 2 deletions docs/content/zh-TW/Getting-Started/Install-Eask.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ $ npm install -g @emacs-eask/cli

### Homebrew (macOS or Linux)

WIP
[Homebrew](https://brew.sh/) 是一個適用於 macOS 和 Linux 的免費開源套件管理器。
這將安裝 Eask CLI 的擴充版本:

```sh
$ brew tap https://github.com/emacs-eask/packaging
$ brew install eask-cli
```

### MacPorts (macOS)

Expand All @@ -49,7 +55,7 @@ WIP
如果您的計算機上安裝了 [Chocolatey](https://chocolatey.org/),則可以使用以下一行代碼安裝 Eask:

```sh
$ chcoc install eask
$ choco install eask-cli
```

### Scoop (Windows)
Expand Down

0 comments on commit 496b8a6

Please sign in to comment.