-
Notifications
You must be signed in to change notification settings - Fork 928
docs: update CONTRIBUTING requirements #3541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,15 @@ | |
|
||
## Requirements | ||
|
||
Coder requires Go 1.18+, Node 14+, and GNU Make. | ||
You'll need the following tools: | ||
- Go 1.18+ | ||
- Node 14+ | ||
- GNU Make | ||
- [`shfmt`](https://github.com/mvdan/sh#shfmt) | ||
- [`nfpm`](https://nfpm.goreleaser.com/install/) | ||
- [`zstd`](https://github.com/horta/zstd.install) | ||
- [`pg_dump`] | ||
- on macOS, run `brew install libpq zstd` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wasn't sure if this would confuse people since I technically list There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We could break out into separate Linux and MacOS sections, perhaps? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good idea! I went with this for now: 6aa9e83 |
||
|
||
> **Note**: | ||
> Use [Nix](https://nix.dev/) for a one-command setup: `nix-shell` | ||
|
@@ -11,7 +19,7 @@ Coder requires Go 1.18+, Node 14+, and GNU Make. | |
|
||
Use the following `make` commands and scripts in development: | ||
|
||
- `make dev` runs the frontend and backend development server | ||
- `./scripts/develop.sh` runs the frontend and backend development server | ||
jsjoeio marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- `make build` compiles binaries and release packages | ||
- `make install` installs binaries to `$GOPATH/bin` | ||
- `make test` | ||
|
Uh oh!
There was an error while loading. Please reload this page.