diff --git a/example/src/install.md b/example/src/install.md index 799d1ae..5fbd7c9 100644 --- a/example/src/install.md +++ b/example/src/install.md @@ -1,5 +1,38 @@ -# Install +# Usage -::: info -Coming soon -::: +1. Install the theme using your preferred package manager: + ::: code-group + + ```bash [npm] + npm install 42willow/vitepress#main + ``` + ```bash [Yarn] + yarn add 42willow/vitepress#main + ``` + ```bash [pnpm] + pnpm add 42willow/vitepress#main + ``` + ```bash [Bun] + bun add 42willow/vitepress#main + ``` + ::: + +2. Import the theme as shown [here](./example/.vitepress/theme/index.ts) +3. Add your preferred accent overrides to an `override.css` file as shown [here](./example/.vitepress/theme/override.css) + +> [!NOTE] +> Latte is included in all flavors as the light mode variant. + +  + +

+ +

+ +

+ Copyright © 2021-present Catppuccin Org +

+ +

+ +