From 31c63db7f83d9d3d709496523e64d480aa2b52fe Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:45:33 +0100 Subject: [PATCH] docs: add theme css download command to streamline setup --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f50e689..71426a6 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,10 @@ file from the [latest GitHub release](https://github.com/catppuccin/mdBook/releases/latest) to the `theme` directory. + ```shell + curl -Lo ./theme/catppuccin.css https://github.com/catppuccin/mdBook/releases/latest/download/catppuccin.css + ``` + See the [Supported Plugins](#supported-plugins) section below for integrations with other mdBook plugins.