diff options
author | 2021-10-29 08:21:30 -0700 | |
---|---|---|
committer | 2021-10-29 08:21:30 -0700 | |
commit | 61d436c29ddc81b92820112d302d0af66ea43cbd (patch) | |
tree | 325796b745fb94efbf534be2badb52c2b0ac630a | |
parent | 22ea3e76f923640cd9a94ddb5e589d54c2e4c830 (diff) | |
download | bun-61d436c29ddc81b92820112d302d0af66ea43cbd.tar.gz bun-61d436c29ddc81b92820112d302d0af66ea43cbd.tar.zst bun-61d436c29ddc81b92820112d302d0af66ea43cbd.zip |
https:// for the URL
Diffstat (limited to '')
-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: ``` -curl -fsSL bun.sh/install | bash +curl -fsSL https://bun.sh/install | bash ``` ## Benchmarks |