Skip to content

Commit

Permalink
docs(Install): Add macports
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 11, 2023
1 parent 0d8924b commit 90979ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/content/en/Getting-Started/Install-Eask.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ $ brew install eask-cli

### 🧪 MacPorts (macOS)

WIP
[MacPorts](https://www.macports.org/) is a free and open source package manager for macOS.
This will install the extended edition of Eask:

```sh
$ sudo port install eask-cli
```

### 🧪 Chocolatey (Windows)

Expand Down
7 changes: 6 additions & 1 deletion docs/content/zh-TW/Getting-Started/Install-Eask.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ $ brew install eask-cli

### 🧪 MacPorts (macOS)

WIP
[MacPorts](https://www.macports.org/) 是一款適用於 macOS 的免費開源套件管理器。
這將安裝 Eask 的擴充版本:

```sh
$ sudo port install eask-cli
```

### 🧪 Chocolatey (Windows)

Expand Down

0 comments on commit 90979ef

Please sign in to comment.