diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |