diff options
-rw-r--r-- | docs/installation.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/installation.md b/docs/installation.md index a93f915fe..ad6e31c8f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -12,10 +12,6 @@ Bun ships as a single executable that can be installed a few different ways. $ curl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSL ``` -<!-- ```sh#Windows -PS> irm https://bun.sh/install | iex -``` --> - ```bash#NPM $ npm install -g bun # the last `npm` command you'll ever need ``` |