From a073c85fdbe98a469d926783b497186bdad3e847 Mon Sep 17 00:00:00 2001 From: Georgijs Vilums Date: Mon, 1 Apr 2024 09:35:03 -0700 Subject: [PATCH] update readme to include windows install command --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f427622c32..3d57aea34f 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,14 @@ bunx cowsay 'Hello, world!' # execute a package Bun supports Linux (x64 & arm64) and macOS (x64 & Apple Silicon). > **Linux users** — Kernel version 5.6 or higher is strongly recommended, but the minimum is 5.1. -> -> **Windows users** — Bun does not currently provide a native Windows build. We're working on this; progress can be tracked at [this issue](https://github.com/oven-sh/bun/issues/43). In the meantime, use one of the installation methods below for Windows Subsystem for Linux. ```sh # with install script (recommended) curl -fsSL https://bun.sh/install | bash +# on windows +powershell -c "irm bun.sh/install.ps1 | iex" + # with npm npm install -g bun