summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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