From c1202223955b5162c09c977a3e504532c49bce16 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:40:05 +0100 Subject: [PATCH] docs: simplify cleanup step for theme files --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f50e689..1a39075 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,7 @@ ```shell cd # Remove all files except index.hbs - find ./theme -type f ! -name 'index.hbs' -delete - # Remove the left over empty directories - rm -d fonts css + find ./theme -mindepth 1 ! -name 'index.hbs' -delete ``` 3. Download the [catppuccin.css](https://github.com/catppuccin/mdBook/releases/latest/download/catppuccin.css)