diff --git a/docs/content/en/Getting-Started/Install-Eask.md b/docs/content/en/Getting-Started/Install-Eask.md index 44ab5b78..1e32422d 100644 --- a/docs/content/en/Getting-Started/Install-Eask.md +++ b/docs/content/en/Getting-Started/Install-Eask.md @@ -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 diff --git a/docs/content/en/Getting-Started/Introduction.md b/docs/content/en/Getting-Started/Introduction.md index 905741d9..04a2177a 100644 --- a/docs/content/en/Getting-Started/Introduction.md +++ b/docs/content/en/Getting-Started/Introduction.md @@ -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 @@ -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 diff --git a/docs/content/zh-TW/Getting-Started/Install-Eask.md b/docs/content/zh-TW/Getting-Started/Install-Eask.md index 638baaf5..d2232f6e 100644 --- a/docs/content/zh-TW/Getting-Started/Install-Eask.md +++ b/docs/content/zh-TW/Getting-Started/Install-Eask.md @@ -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