Skip to content

Commit

Permalink
[#634] Fix maintenance docs
Browse files Browse the repository at this point in the history
Problem: Maintenance docs in CONTRIBUTING.md contains some outdated information

Solution: Add correct information, fixed existing mistakes.
  • Loading branch information
PruStephan committed Sep 5, 2023
1 parent 567dc9c commit 29f84ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ otherwise improve our project, pull requests are most welcome.
- To stop building protocol-specific binaries for a protocol, but keep supporting it in
multi-protocol binaries, `./proto allow`.
- To deprecate a protocol, `./proto ignore ...`.

- Note that this script is location sensitive, and required to be used from the `scripts` folder.
### Nix specific maintenance

All nix related files are located in the [nix](../nix) directory.

If the build breaks because of a dependency issue, `nix repl pkgs.nix`
If the build breaks because of a dependency issue, `nix repl --extra-experimental-features repl-flake .#`
can be very useful to investigate it.

## Legal
Expand Down

0 comments on commit 29f84ce

Please sign in to comment.