Skip to content

Commit

Permalink
docs: Mention nix packages in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 9, 2024
1 parent 11d0bd1 commit df088c5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/content/Getting-Started/Install-Eask/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ install Eask with the following one-liner:
$ npm install -g @emacs-eask/cli
```

### 📦 Nix (macOS or Linux)

[Nix][] is a free and open-source package manager for macOS and Linux.
To install the Eask CLI:

```sh
$ nix profile install nixpkgs#eask-cli
```

### 📦 Homebrew (macOS or Linux)

[Homebrew][] is a free and open-source package manager for macOS and Linux.
Expand Down
9 changes: 9 additions & 0 deletions docs/content/Getting-Started/Install-Eask/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ $ curl.exe -fsSL https://raw.githubusercontent.com/emacs-eask/cli/master/webinst
$ npm install -g @emacs-eask/cli
```

### 📦 Nix (macOS or Linux)

[Nix][] 是一個適用於 macOS 和 Linux 的免費開源套件管理器。
若要安裝 Eask CLI,請執行下列操作:

```sh
$ nix profile install nixpkgs#eask-cli
```

### 📦 Homebrew (macOS 或 Linux)

[Homebrew][] 是一個適用於 macOS 和 Linux 的免費開源套件管理器。
Expand Down

0 comments on commit df088c5

Please sign in to comment.