Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

Download, install, and setup specific version of [Bun](https://bun.sh/) in your Dev Container.

> [!note]
>
> Originally, this was created to have an isolated development environment to install the pre-release versions on WSL. See [Known Issues](#known-issues) to learn more.


## Quick Start

Expand Down Expand Up @@ -35,7 +39,7 @@ You don't need to use the feature [node](https://github.com/devcontainers/featur

## Options

See [src/setup-bun](./src/bun/README.md) folder to learn more about options.
See [src/bun](./src/bun/README.md) folder to learn more about options.


## Contributing
Expand All @@ -44,6 +48,11 @@ The official repo to contribute would be [@oven-sh/bun](https://github.com/oven-

Have a suggestion or a bug fix? Just open a pull request or an issue. Include clear and simple instructions possible.

## Known Issues

- [Windows Support @oven-sh/bun #43](https://github.com/oven-sh/bun/issues/43)
- [Proposal: Create a feature to install Bun @devcontainers/features #949](https://github.com/devcontainers/features/pull/949)

## License

Copyright (c) The Alertbox, Inc. (@alertbox). All rights reserved.
Expand Down