From 68e52273bc57c3f41af84025b67dbd0debd823e8 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 25 Dec 2023 08:16:43 +0800 Subject: [PATCH] docs: update readme --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 61623a44..cb0053d3 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,10 @@ ## Install ``` sh +npm install vuepress@next vuepress-theme-plume +# or +pnpm add vuepress@next vuepress-theme-plume +# or yarn add vuepress@next vuepress-theme-plume ``` @@ -23,6 +27,7 @@ yarn add vuepress@next vuepress-theme-plume ``` ts import { defineUserConfig } from 'vuepress' import { plumeTheme } from 'vuepress-theme-plume' + export default defineUserConfig({ theme: plumeTheme({ // theme config