From 1c44004cfe1ff75caed85dcf2feb147403aab92a Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 27 Jun 2025 14:40:40 +0200 Subject: [PATCH] update documentation for #375 (#406) Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/406 Co-authored-by: Kiara Grouwstra Co-committed-by: Kiara Grouwstra --- panel/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panel/README.md b/panel/README.md index 5dcab93c..09c0151c 100644 --- a/panel/README.md +++ b/panel/README.md @@ -4,9 +4,9 @@ The Fediversity Panel is a web service for managing Fediversity deployments with ## Development -- To obtain all tools related to this project, enter the development environment with `nix-shell`. +- To obtain all tools related to this project, enter the development environment in the root directory by `nix-shell`, then similar from this directory. - If you want to do that automatically on entering this directory: + If you want to do that automatically on entering a directory: - [Set up `direnv`](https://github.com/nix-community/nix-direnv#installation) - Run `direnv allow` in the directory where repository is stored on your machine