summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-10-11 01:44:15 +0900
committerhaturatu <taro@eyes4you.org>2024-10-11 01:44:15 +0900
commiteb11d2a022e4bf9c0cbab947636bcff42b971971 (patch)
tree3eb417f49a08931ba0fb4d4d1acb523ba82eb6d2 /README.md
parent7af78e72fffeba009c93c4d768e748f8521468f4 (diff)
wip
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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