mirror of
https://github.com/charmbracelet/glow
synced 2024-12-13 05:32:32 +00:00
docs: add Winget to Windows Install Options (#500)
* README: add Winget to Windows Install Options * Update README.md Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> --------- Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
c991ec475d
commit
1eacfb4ff1
1 changed files with 3 additions and 2 deletions
|
@ -53,9 +53,10 @@ pkg install glow
|
||||||
# Solus
|
# Solus
|
||||||
eopkg install glow
|
eopkg install glow
|
||||||
|
|
||||||
# Windows (with Scoop or Chocolatey)
|
# Windows (with Chocolatey, Scoop, or Winget)
|
||||||
scoop install glow
|
|
||||||
choco install glow
|
choco install glow
|
||||||
|
scoop install glow
|
||||||
|
winget install charmbracelet.glow
|
||||||
|
|
||||||
# Android (with termux)
|
# Android (with termux)
|
||||||
pkg install glow
|
pkg install glow
|
||||||
|
|
Loading…
Reference in a new issue