diff options
author | 2022-01-22 16:36:32 -0800 | |
---|---|---|
committer | 2022-01-22 16:36:32 -0800 | |
commit | 8493cfe98394c894c387bea378b77bb2e92b3d25 (patch) | |
tree | b8ac41a8cac4223122f17eac8deac482348900a9 /README.md | |
parent | d11ac34dcb708de864102fa39fc37a040303b387 (diff) | |
download | bun-8493cfe98394c894c387bea378b77bb2e92b3d25.tar.gz bun-8493cfe98394c894c387bea378b77bb2e92b3d25.tar.zst bun-8493cfe98394c894c387bea378b77bb2e92b3d25.zip |
Clarify "Windows Subsystem for Linux" instead of "WSL"
thanks @MajesticString
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ All in one fast & easy-to-use tool. Instead of 1,000 node_modules for develo ## Install -Native: (macOS x64 & Silicon, Linux x64, WSL) +Native: (macOS x64 & Silicon, Linux x64, Windows Subsystem for Linux) ```sh curl -fsSL https://bun.sh/install | bash |