From a30fecf8ec76ecae03be9bb4d813803b9ffdb490 Mon Sep 17 00:00:00 2001 From: Lukas Zenick Date: Sat, 17 Feb 2024 17:24:27 -0600 Subject: [PATCH] fix: README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e98843549..f62db1697 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,13 @@ 1. Clone this repo 2. Run `pnpm install` to install and patch all the required dependencies -If you want to run the development build: -Run `pnpm run dev` +- If you want to run the development build: -If you want to build the extension for production: -Run `pnpm build` + - Run `pnpm run dev` + +- If you want to build the extension for production: + + - Run `pnpm build` You may have to rename the `__uno.css.js` to `uno.css.js` in dist