diff --git a/src/pages/framework/customization/src.mdx b/src/pages/framework/customization/src.mdx index 1410b30..9dbdd1a 100644 --- a/src/pages/framework/customization/src.mdx +++ b/src/pages/framework/customization/src.mdx @@ -14,6 +14,8 @@ Creating a Plasmo project with an `src` directory setup is as simple as: ```bash pnpm create plasmo --with-src +# OR +npm create plasmo -- --with-src ``` The command above utilizes Plasmo's [example template feature](/framework/workflows/new#with-an-example-template).