From d5939baad82d19d19cb46420a68bf563e20fca12 Mon Sep 17 00:00:00 2001 From: MEGA_Dawg68 <140035326+MEGA-Dawg68@users.noreply.github.com> Date: Sat, 25 Nov 2023 17:57:55 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af117c07..8f3cd6fc 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,11 @@ git clone https://github.com/SethBurkart123/EvenBetterSEQTA ``` npm install ``` - -3. Run the dev script (it updates as you save files) +3. Install webpack +``` +npm install -g webpack +``` +4. Run the dev script (it updates as you save files) ``` npm run dev