diff --git a/README.md b/README.md
index abc98421..5e6b9ab4 100644
--- a/README.md
+++ b/README.md
@@ -175,14 +175,16 @@ prek --version
Nix
-prek is [available in Nix as `prek`](https://search.nixos.org/packages?channel=unstable&show=prek&query=prek).
+prek is available via [Nixpkgs](https://search.nixos.org/packages?channel=unstable&show=prek&query=prek).
```shell
# Choose what's appropriate for your use case.
# One-off in a shell:
nix-shell -p prek
+
# NixOS or non-NixOS without flakes:
nix-env -iA nixos.prek
+
# Non-NixOS with flakes:
nix profile install nixpkgs#prek
```
@@ -194,7 +196,7 @@ nix profile install nixpkgs#prek
Conda
-prek is [available as `prek` via conda-forge](https://anaconda.org/conda-forge/prek).
+prek is available as `prek` via [conda-forge](https://anaconda.org/conda-forge/prek).
```shell
conda install conda-forge::prek
@@ -203,6 +205,18 @@ conda install conda-forge::prek
+
+Scoop (Windows)
+
+
+prek is available via [Scoop](https://scoop.sh/#/apps?q=prek).
+
+```powershell
+scoop install main/prek
+```
+
+
+
GitHub Releases
diff --git a/docs/installation.md b/docs/installation.md
index 405c261c..5b22599a 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -72,6 +72,14 @@ The standalone installer automatically downloads and installs the correct binary
end=""
%}
+### Scoop (Windows)
+
+{%
+ include-markdown "../README.md"
+ start=""
+ end=""
+%}
+
### Install from Pre-Built Binaries
{%