Skip to content

Commit

Permalink
docs(Install): Add snap
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 12, 2023
1 parent 3a54991 commit 0a2c81d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
16 changes: 13 additions & 3 deletions docs/content/en/Getting-Started/Install-Eask.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ npm install -g @emacs-eask/cli
### 📦 Homebrew (macOS or Linux)

[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:
macOS and Linux. This will install the Eask CLI:

```sh
$ brew tap emacs-eask/cli https://github.com/emacs-eask/packaging
Expand All @@ -57,12 +57,22 @@ $ brew install eask-cli
### 📦 MacPorts (macOS)

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

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

### 📦 Snap (Linux)

[Snap](https://snapcraft.io/) is a free and open source package manager for Linux.
Available for most distributions, snap packages are simple to install and are
automatically updated.

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

### 📦 Chocolatey (Windows)

If you have [Chocolatey](https://chocolatey.org/) installed on your machine, you can
Expand All @@ -75,7 +85,7 @@ $ choco install eask-cli
### 📦 Scoop (Windows)

[Scoop](https://scoop.sh/) is a free and open source package manager for Windows.
This will install the extended edition of Eask:
This will install the Eask CLI:

```sh
$ scoop bucket add emacs-eask/cli https://github.com/emacs-eask/packaging
Expand Down
15 changes: 12 additions & 3 deletions docs/content/zh-TW/Getting-Started/Install-Eask.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ npm install -g @emacs-eask/cli
### 📦 Homebrew (macOS 或 Linux)

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

```sh
$ brew tap emacs-eask/cli https://github.com/emacs-eask/packaging
Expand All @@ -53,12 +53,21 @@ $ brew install eask-cli
### 📦 MacPorts (macOS)

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

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

### 📦 Snap (Linux)

[Snap](https://snapcraft.io/) 是一款適用於 Linux 的免費開源套件管理器。
snap 套件適用於大多數發行版,安裝簡單且會自動更新。

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

### 📦 Chocolatey (Windows)

如果您的計算機上安裝了 [Chocolatey](https://chocolatey.org/),則可以使用以下一行代碼安裝 Eask:
Expand All @@ -70,7 +79,7 @@ $ choco install eask-cli
### 📦 Scoop (Windows)

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

```sh
$ scoop bucket add emacs-eask/cli https://github.com/emacs-eask/packaging
Expand Down

0 comments on commit 0a2c81d

Please sign in to comment.