This commit is contained in:
Colin McDonnell
2023-02-24 16:40:08 -08:00
committed by GitHub
parent 1836250542
commit c72c2c2338
2 changed files with 0 additions and 4 deletions

View File

@@ -43,9 +43,6 @@ bun install <pkg> # install a package
bunx cowsay "Hello, world!" # execute a package
```
## Install
Bun supports Linux (x64 & arm64) and macOS (x64 & Apple Silicon). If you want to use Bun on Windows, you will need to use Windows Subsystem for Linux. Bun will [soon](https://github.com/oven-sh/bun/issues/43) support Windows, natively.

View File

@@ -58,7 +58,6 @@ export default {
page("ecosystem/typescript", "TypeScript"),
page("ecosystem/react", "React"),
page("ecosystem/express", "Express"),
page("ecosystem/awesome", "Awesome Bun"),
divider("API"),
page("api/http", "HTTP"), // "`Bun.serve`"),