We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12060cb commit a02e173Copy full SHA for a02e173
CONTRIBUTING.md
@@ -18,16 +18,26 @@ The Coder Registry is a collection of Terraform modules that extend Coder worksp
18
19
- Git and GitHub account
20
- Basic Terraform knowledge (for module development)
21
+- Terraform installed ([installation guide](https://developer.hashicorp.com/terraform/install))
22
- Docker (for running tests)
23
24
### Install Dependencies
25
26
+Install Bun (test runner):
27
+
28
```bash
-# Install Bun (test runner)
29
curl -fsSL https://bun.sh/install | bash
30
+```
31
32
+Restart your terminal or source your profile:
33
34
+```bash
35
source ~/.bashrc
36
37
-# Install project dependencies
38
+Install project dependencies:
39
40
41
bun install
42
```
43
0 commit comments