diff options
author | 2021-12-26 03:13:50 -0800 | |
---|---|---|
committer | 2021-12-26 03:13:50 -0800 | |
commit | 6908f44aa28fe610ebab6600b1fe51aa0dead3e5 (patch) | |
tree | d059d4a687c078834de48aaadcafa06dbd75a623 /README.md | |
parent | 181b8a27445e173e2191e64d643ccca80e2e912d (diff) | |
download | bun-6908f44aa28fe610ebab6600b1fe51aa0dead3e5.tar.gz bun-6908f44aa28fe610ebab6600b1fe51aa0dead3e5.tar.zst bun-6908f44aa28fe610ebab6600b1fe51aa0dead3e5.zip |
Include docker
Diffstat (limited to '')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -15,10 +15,19 @@ All in one fast & easy-to-use tool. Instead of 1,000 node_modules for develo ## Install +Native: (macOS x64 & arm64, Linux x64, WSL) + ```sh curl -fsSL https://bun.sh/install | bash ``` +Docker: (Linux x64) + +```sh +docker pull jarredsumner/bun:edge +docker run --rm --init --ulimit memlock=-1:-1 jarredsumner/bun:edge +``` + ## Table of Contents - [Install](#install) |