From 5aa860eac520cee0108ad198ecef460172559dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 6 Oct 2022 23:52:25 +0900 Subject: [PATCH] Doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfbdeff..3e2c305 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Using dbg-swc to debug size issue of your next.js app: 1. Download one from the releases page 2. Rename it to `dbg-swc` and add it to your `PATH`. -3. Install `terser` globally. +3. Install `terser`, globally or locally. -e.g `yarn global add terser` +e.g. `yarn global add terser` or `yarn add -D terser` will both work. 4. `dbg-swc minify next check-size` in your next.js app \ No newline at end of file