Selaa lähdekoodia

docs(README): add instructions to install using Scoop (thanks @vvirtues) (#409)

Ayyan 1 vuosi sitten
vanhempi
sitoutus
017b9ca2eb
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -26,6 +26,13 @@ You can download and install a [prebuilt binary here](https://nightly.link/ayn2o
 - FreeBSD: `pkg install discordo` or via the ports system `make -C /usr/ports/net-im/discordo install clean`.
 - NixOS: `nix-shell -p discordo`
 
+- Windows (Scoop):
+
+```sh
+scoop bucket add vvxrtues https://github.com/vvirtues/bucket
+scoop install discordo
+```
+
 ### Building from source
 
 ```bash