From 6d592ad48af2600f09a3934dae3e7d3207c208d2 Mon Sep 17 00:00:00 2001 From: nxtkofi Date: Sat, 28 Mar 2026 12:59:11 +0100 Subject: [PATCH] docs: add helpful comment --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73bf4e5..fa3a482 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ self-hosted-convex|010... 1. Time to pick a theme! Go to [shadcn/create](https://ui.shadcn.com/create), create a theme, and simply use the received command to init this theme in Your project! -2. Replace `aliases` section in `components.json`. Then folders accordingly. +2. Replace `aliases` section in `components.json`. ``` "aliases": { @@ -147,6 +147,8 @@ self-hosted-convex|010... }, ``` +Move the folders accordingly. Make sure to also update front-end imports, since those changed too. + #### Troubleshooting ```