From 40a532e76536e73252c4553e7ea20b73c3575f05 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Mon, 20 Feb 2023 00:42:16 +0100 Subject: [PATCH] docs: nix installation support [skip ci] ``` nix-env -iA nixpkgs.static-web-server ``` thanks to NixOS/nixpkgs#206662 --- docs/content/download-and-install.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/download-and-install.md b/docs/content/download-and-install.md index beabfcf..96b2203 100644 --- a/docs/content/download-and-install.md +++ b/docs/content/download-and-install.md @@ -22,6 +22,14 @@ Via [Yay](https://github.com/Jguer/yay) or your favorite AUR Helper. yay -S static-web-server-bin ``` +### NixOS + +Via [Nix](https://github.com/NixOS/nix) (Linux/MacOS) + +```sh +nix-env -iA nixpkgs.static-web-server +``` + ### MacOS Via [Homebrew](https://brew.sh/) (also Linux) -- libgit2 1.7.2