You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
280
286
### Native
281
287
282
288
Currently, only X86 Linux build hosts are supported. They are
283
289
required to have the following packages installed:
284
290
291
+
Instead of manually configuring the environment you can choose to run `.coder/boostrap.sh` which will autoconfigure your environment.
292
+
285
293
> **Commands**
286
294
>
287
295
> If you want the `git` aliases to work check the section [Commands](#commands) and run the
0 commit comments