update documentation for #375

This commit is contained in:
Kiara Grouwstra 2025-06-26 16:32:29 +02:00
parent 46182e7512
commit c2327acd51
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

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 from this directory with `nix develop --command nix-shell`.
If you want to do that automatically on entering this directory:
If you want to do that automatically on entering this directory, after running `nix develop`:
- [Set up `direnv`](https://github.com/nix-community/nix-direnv#installation)
- Run `direnv allow` in the directory where repository is stored on your machine