Skip to content

Commit

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

### 🧪 Scoop (Windows)

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

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

## 💾 Source

Expand Down
6 changes: 2 additions & 4 deletions docs/content/en/Getting-Started/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ list.

### 🔍 Development

- [ ] [DEV] Publish package to [homebrew]()
- [ ] [DEV] Publish package to [Chocolatety]()
- [ ] [DEV] Publish package to [Scoop]()
- [ ] [DEV] Publish package to [MacPorts]()
- [ ] [DEV] Publish package to [winget]()

### 🔍 Core commands

Expand All @@ -132,6 +129,7 @@ The design of Eask was greatly influenced by the following projects:
* [epm](https://github.com/xuchunyang/epm) - Emacs Package Manager
* [Eldev][] - Elisp Development Tool


[emacs-eask/archives]: https://github.com/emacs-eask/archives
[Cask]: https://github.com/cask/cask
[makem.sh]: https://github.com/alphapapa/makem.sh
Expand Down
8 changes: 7 additions & 1 deletion docs/content/zh-TW/Getting-Started/Install-Eask.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ $ choco install eask-cli

### 🧪 Scoop (Windows)

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

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

## 💾 Source

Expand Down

0 comments on commit 3527121

Please sign in to comment.