Browse Source

docs: add a development section to the readme

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
pull/2324/head
Mark Sagi-Kazar 4 years ago
parent
commit
1ecc17292b
No known key found for this signature in database
GPG Key ID: 31AB0439F4C5C90E
  1. 12
      README.md

12
README.md

@ -124,3 +124,15 @@ Please see our [security policy](.github/SECURITY.md) for details about reportin
[go-oidc]: https://github.com/coreos/go-oidc
[issue-1065]: https://github.com/dexidp/dex/issues/1065
[release-notes]: https://github.com/dexidp/dex/releases
## Development
When all coding and testing is done, please run the test suite:
```shell
make testall
```
For the best developer experience, install [Nix](https://builtwithnix.org/) and [direnv](https://direnv.net/).
Alternatively, install Go and Docker manually or using a package manager. Install the rest of the dependencies by running `make deps`.

Loading…
Cancel
Save