From 4f3cc82296a5e57a3a1b121d223fbc00ddd4f293 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 13 Feb 2025 15:31:12 +0000 Subject: [PATCH] doc: added minor instruction on how to install hugo via nix --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f43090a..08a08f7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ Follow the steps in the link below to configure your remote keys: Install Hugo by following the official guide: 🔗 [Hugo Installation Instructions](https://gohugo.io/installation/) +### Nix +If you are using Nix or NixOS you can use ``nix develop`` to enable a local shell which contains Hugo. + --- ## **3. Clone the Repository**