Skip to content

Commit 575941c

Browse files
gjrtimmersvenrademakers
authored andcommitted
docs: update README
1 parent 300bb49 commit 575941c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,19 @@ docker run -it --rm -v $PWD:/src -w /src -u $(id -u):$(id -g) bmc-firmware
277277
./scripts/build.sh
278278
```
279279

280+
## Coder
281+
282+
This repository has support for being used within a [Coder](https://coder.com) environment. Self-Hosted coder is supported.
283+
284+
After starting your container/environment, you can auto-configure this repository by running `.coder/bootstrap.sh` which will configure your environment automatically. You can detect for this script in a module and run it while you boot-up your environment.
285+
280286
### Native
281287

282288
Currently, only X86 Linux build hosts are supported. They are
283289
required to have the following packages installed:
284290

291+
Instead of manually configuring the environment you can choose to run `.coder/boostrap.sh` which will autoconfigure your environment.
292+
285293
> **Commands**
286294
>
287295
> If you want the `git` aliases to work check the section [Commands](#commands) and run the

0 commit comments

Comments
 (0)