Update installation.md (#7817)

npm states that their name should be written as "npm" in lowercase rather than "NPM" or "Npm" etc.
This commit is contained in:
xxxhussein
2023-12-25 06:52:38 +03:00
committed by GitHub
parent 09d51486e9
commit 39ea8cbfea

View File

@@ -17,7 +17,7 @@ $ curl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSL
$ curl -fsSL https://bun.sh/install | bash -s "bun-v1.0.0"
```
```bash#NPM
```bash#npm
$ npm install -g bun # the last `npm` command you'll ever need
```