From eb11d2a022e4bf9c0cbab947636bcff42b971971 Mon Sep 17 00:00:00 2001 From: haturatu Date: Fri, 11 Oct 2024 01:44:15 +0900 Subject: wip --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fcce45..c49bd34 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ This script automates the following tasks: Before using the script, update the following variables: ```bash LUME_DIR="/your/lume/dir" # Path to your Lume project directory -WEBPSH="/your/webp/convert/path" # Path to WebP conversion script +SRC_DIR="$LUME_DIR/src" # Path to your Lume source directory +BUILD_DIR="site" # Path to your Lume output directory +WEBPSH="/your/webp/convert/path" # Path to WebP conversion script optional ``` ## Usage -- cgit v1.2.3