diff options
author | K.B.Dharun Krishna <kbdharunkrishna@gmail.com> | 2023-12-07 17:49:20 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 09:19:20 -0300 |
commit | 1eacfb4ff1240d16811e48c4454a6ff627ee6d30 (patch) | |
tree | 063ad896e1ac0dbcb3260531310f49c34b043417 | |
parent | c991ec475d777f9656b29fd861ff4b38f5d8313c (diff) |
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>
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -53,9 +53,10 @@ pkg install glow # Solus eopkg install glow -# Windows (with Scoop or Chocolatey) -scoop install glow +# Windows (with Chocolatey, Scoop, or Winget) choco install glow +scoop install glow +winget install charmbracelet.glow # Android (with termux) pkg install glow |