Further simplify instructions for building locally (#43)

This commit is contained in:
Gabriel Gonzalez 2019-01-02 00:49:30 -06:00 committed by GitHub
parent ee0c74c79f
commit 272c10efc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -295,9 +295,10 @@ metadata:
All tests are defined in `release.nix`. We run these tests in CI in a [Hydra
project][hydra-project].
You can run the tests locally with the following somewhat magic command:
You can run the tests locally with the following command:
```bash
nix-build --no-link -E 'with import <nixpkgs> {}; callPackage ./release.nix { }'
nix build --file ./release.nix
```
### Changing the README

View File

@ -128,9 +128,10 @@ ${../examples/out/ingressRaw.yaml as Text}
All tests are defined in `release.nix`. We run these tests in CI in a [Hydra
project][hydra-project].
You can run the tests locally with the following somewhat magic command:
You can run the tests locally with the following command:
```bash
nix-build --no-link -E 'with import <nixpkgs> {}; callPackage ./release.nix { }'
nix build --file ./release.nix
```
### Changing the README