From 3d24c1a5c893b5e152c0e769681270daead160c8 Mon Sep 17 00:00:00 2001 From: Ginny-Dang Date: Thu, 26 Dec 2024 10:49:03 -0600 Subject: [PATCH] updated command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc82287..030ca85 100755 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Then, depending on the target browser: ### For Chrome: 1. Run: -`nvm install 18 && nvm use 18` +`nvm install stable && nvm use stable` - Dev: `pnpm dev` (on Windows, you should run as administrator; see [issue#456](https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/issues/456)) - Prod: `pnpm build` 2. Open in browser - `chrome://extensions`