Skip to content

Commit a02e173

Browse files
docs(CONTRIBUTING): Update installation instructions for Bun and Terraform
1 parent 12060cb commit a02e173

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,26 @@ The Coder Registry is a collection of Terraform modules that extend Coder worksp
1818

1919
- Git and GitHub account
2020
- Basic Terraform knowledge (for module development)
21+
- Terraform installed ([installation guide](https://developer.hashicorp.com/terraform/install))
2122
- Docker (for running tests)
2223

2324
### Install Dependencies
2425

26+
Install Bun (test runner):
27+
2528
```bash
26-
# Install Bun (test runner)
2729
curl -fsSL https://bun.sh/install | bash
30+
```
31+
32+
Restart your terminal or source your profile:
33+
34+
```bash
2835
source ~/.bashrc
36+
```
2937

30-
# Install project dependencies
38+
Install project dependencies:
39+
40+
```bash
3141
bun install
3242
```
3343

0 commit comments

Comments
 (0)