diff options
author | 2023-02-24 16:40:08 -0800 | |
---|---|---|
committer | 2023-02-24 16:40:08 -0800 | |
commit | c72c2c2338f648544f1a35ba9100a9fe4ad46aee (patch) | |
tree | 07b45a7d68d0f3d8cee6360dbf9dd7ca08c6ca2b | |
parent | 18362505429f99662f4423264147896d23313dbe (diff) | |
download | bun-c72c2c2338f648544f1a35ba9100a9fe4ad46aee.tar.gz bun-c72c2c2338f648544f1a35ba9100a9fe4ad46aee.tar.zst bun-c72c2c2338f648544f1a35ba9100a9fe4ad46aee.zip |
Fixes (#2168)
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | docs/nav.ts | 1 |
2 files changed, 0 insertions, 4 deletions
@@ -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. diff --git a/docs/nav.ts b/docs/nav.ts index 88bbed5d5..3feebba66 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -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`"), |