Skip to content

Commit 95de367

Browse files
committed
docs: Mention homebrew
1 parent 8a32ca0 commit 95de367

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/content/Getting-Started/Install-Eask/_index.en.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ nix profile install nixpkgs#eask-cli
5858
[Homebrew][] is a free and open-source package manager for macOS and Linux.
5959
To install the Eask CLI:
6060

61+
```sh
62+
brew install eask-cli
63+
```
64+
65+
Or using the tap provided by us:
66+
6167
```sh
6268
brew tap emacs-eask/cli https://github.com/emacs-eask/packaging
6369
brew install eask-cli

docs/content/Getting-Started/Install-Eask/_index.zh-tw.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ nix profile install nixpkgs#eask-cli
5454
[Homebrew][] 是一個適用於 macOS 和 Linux 的免費開源套件管理器。
5555
若要安裝 Eask CLI,請執行下列操作:
5656

57+
```sh
58+
brew install eask-cli
59+
```
60+
61+
或使用我們提供的 tap:
62+
5763
```sh
5864
brew tap emacs-eask/cli https://github.com/emacs-eask/packaging
5965
brew install eask-cli

0 commit comments

Comments
 (0)