From 3264ca991e809dfb7326e3aa050d17f1e68cc8bf Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Fri, 24 Feb 2023 18:36:12 -0500 Subject: [PATCH] Fix typo in `developing.md` (#2166) * Fix typo in `developing.md` * Apply suggestions from code review Co-authored-by: Jarred Sumner --------- Co-authored-by: Jarred Sumner --- docs/project/developing.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/project/developing.md b/docs/project/developing.md index e532a3d0ae..5dabed0527 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.