From f7a03e6a903ab6edaf71f3efa6eb0f64cac38bba Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sun, 12 Jan 2025 23:25:40 -0800 Subject: [PATCH] [README.md] Move `bun` req above `node`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 549a0796a..c6106a656 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ Working on `cubing.js` requires the following tools: - [`GNU make`](https://www.gnu.org/software/make/) (probably included with your OS) - [`git`](https://git-scm.com/) (possibly included with your OS) - [`git-lfs`](https://git-lfs.com/) -- [`node` and `npm`](https://nodejs.org/en/download) - [`bun`](https://bun.sh/) +- [`node` and `npm`](https://nodejs.org/en/download) On macOS, you can install these using [Homebrew](https://brew.sh/):