From 566f9ebb43f30d3da5efadb5328d6f60fe357573 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com> Date: Sat, 25 Sep 2021 18:48:55 +0900 Subject: [PATCH] add the way to install gobang with scoop (#125) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6221bb3..3b54e48 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,14 @@ If you’re using Homebrew or Linuxbrew, install the gobang formula: brew install tako8ki/tap/gobang ``` +### On Windows + +If you're a Windows Scoop user, then you can install gobang from the [official bucket](https://github.com/ScoopInstaller/Main/blob/master/bucket/gobang.json): + +``` +scoop install gobang +``` + ### On NetBSD If you're a NetBSD user, then you can install gobang from [pkgsrc](https://pkgsrc.se/databases/gobang):