move out developer guide out of reference

This commit is contained in:
Jörg Thalheim 2023-05-14 15:34:09 +02:00
parent 64608a803d
commit 9e26e21f87
2 changed files with 23 additions and 14 deletions

23
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,23 @@
To run `nixos-anywhere` from the repo:
```console
nix run . -- --help
```
To format the code:
```console
nix fmt
```
To run all tests:
```console
nix flake check -vL
```
To run an individual test:
```
nix build .#checks.x86_64-linux.from-nixos -vL
```

View File

@ -49,20 +49,6 @@ Options:
build the closure on the remote machine instead of locally and copy-closuring it
```
## Developer guide
To run `nixos-anywhere` from the repo:
```shell
nix run . -- --help
```
To format the code
```shell
nix fmt
```
## Explanation of known error messages
TODO: List actual error messages and meanings. Include: