update documentation for #375 (#406)

Reviewed-on: Fediversity/Fediversity#406
Co-authored-by: Kiara Grouwstra <kiara@procolix.eu>
Co-committed-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-06-27 14:40:40 +02:00 committed by kiara Grouwstra
parent ae444d5352
commit 1c44004cfe

View file

@ -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