From 371f2b1291dbfe6e0c6e320cd232bc455a945ea8 Mon Sep 17 00:00:00 2001 From: flyer1 Date: Tue, 11 Mar 2025 23:09:07 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc90a4820..9589a62e8 100644 --- a/README.md +++ b/README.md @@ -241,12 +241,14 @@ cp owl/.env_template owl/.env # Option 1: Using docker-compose directly +cd .. cd .container docker-compose up -d # Run OWL inside the container docker-compose exec owl bash -c "xvfb-python run.py" # Option 2: Build and run using the provided scripts +cd .. cd .container chmod +x build_docker.sh ./build_docker.sh