mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
Merge pull request #758 from r15ch13/scoop
Add Scoop package manager list in readme
This commit is contained in:
commit
86c695ca52
1 changed files with 3 additions and 1 deletions
|
@ -76,10 +76,12 @@ You can install micro using Homebrew on Mac:
|
|||
brew install micro
|
||||
```
|
||||
|
||||
On Windows, you can install micro through Chocolatey:
|
||||
On Windows, you can install micro through [Chocolatey](https://chocolatey.org/) or [Scoop](https://github.com/lukesampson/scoop):
|
||||
|
||||
```
|
||||
choco install micro
|
||||
or
|
||||
scoop install micro
|
||||
```
|
||||
|
||||
On Linux, you can install micro through [snap](https://snapcraft.io/docs/core/install)
|
||||
|
|
Loading…
Reference in a new issue