From 1fe519c838030ab8b03695f32be31eed8b22a4b9 Mon Sep 17 00:00:00 2001 From: valentin gagarin Date: Wed, 13 Nov 2024 15:24:41 +0100 Subject: [PATCH] add note on using direnv --- website/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/README.md b/website/README.md index 64e781b8..7944591f 100644 --- a/website/README.md +++ b/website/README.md @@ -15,6 +15,11 @@ Structured content is managed through Nix expressions, and copy is written in [C - [Install Nix](https://nix.dev/install-nix) - [Set up `direnv`](https://github.com/nix-community/nix-direnv#installation) - Run `direnv allow` in the directory where repository is stored on your machine + + > **Note** + > + > This is a security boundary, and allows automatically running code from this repository on your machine. + - Start a live preview in a different terminal: ```bash