forked from fediversity/fediversity
update documentation for switch from nix develop to nix-shell
This commit is contained in:
parent
c2327acd51
commit
5400a2aa14
1 changed files with 2 additions and 2 deletions
|
|
@ -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 from this directory with `nix develop --command 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, after running `nix develop`:
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue