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)