Skip to content
Snippets Groups Projects
Unverified Commit 1ecc1729 authored by Mark Sagi-Kazar's avatar Mark Sagi-Kazar
Browse files

docs: add a development section to the readme

parent f45fe6d0
Branches
No related tags found
No related merge requests found
...@@ -124,3 +124,15 @@ Please see our [security policy](.github/SECURITY.md) for details about reportin ...@@ -124,3 +124,15 @@ Please see our [security policy](.github/SECURITY.md) for details about reportin
[go-oidc]: https://github.com/coreos/go-oidc [go-oidc]: https://github.com/coreos/go-oidc
[issue-1065]: https://github.com/dexidp/dex/issues/1065 [issue-1065]: https://github.com/dexidp/dex/issues/1065
[release-notes]: https://github.com/dexidp/dex/releases [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`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment