diff options
author | 2023-02-24 18:36:12 -0500 | |
---|---|---|
committer | 2023-02-24 15:36:12 -0800 | |
commit | 3264ca991e809dfb7326e3aa050d17f1e68cc8bf (patch) | |
tree | 5562c0fde1063c3bd372bf107ddf976020775d83 | |
parent | 599f63c2047b5adcc3cd774a8ad89a52150d24b2 (diff) | |
download | bun-3264ca991e809dfb7326e3aa050d17f1e68cc8bf.tar.gz bun-3264ca991e809dfb7326e3aa050d17f1e68cc8bf.tar.zst bun-3264ca991e809dfb7326e3aa050d17f1e68cc8bf.zip |
Fix typo in `developing.md` (#2166)
* Fix typo in `developing.md`
* Apply suggestions from code review
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
-rw-r--r-- | docs/project/developing.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/project/developing.md b/docs/project/developing.md index e532a3d0a..5dabed052 100644 --- a/docs/project/developing.md +++ b/docs/project/developing.md @@ -1,6 +1,3 @@ -{% callout %} -**⚠️ Warning** — Bun currently needs about 22 GB of RAM to compile. If you have less than that, it will be difficult or impossible to building Bun locally. We're working on improving this. -{% /callout %} Configuring a development environment for Bun usually takes 30-90 minutes depending on your operating system. |