aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-07 10:12:52 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-07 10:12:52 -0700
commita7c3bc8a5a79952b99dc1a87d3d5f6cd0056a54d (patch)
tree15d54e17f30dbf38bce0b50969985a2c94d4f01b
parent5424ea3403df9cd4672290865f12b6f5b01cf2d0 (diff)
downloadbun-a7c3bc8a5a79952b99dc1a87d3d5f6cd0056a54d.tar.gz
bun-a7c3bc8a5a79952b99dc1a87d3d5f6cd0056a54d.tar.zst
bun-a7c3bc8a5a79952b99dc1a87d3d5f6cd0056a54d.zip
Fix markdown
-rw-r--r--docs/installation.md4
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
```