From b0dec9d3e3375d4f2f1fe2a03499dc5cf5681d66 Mon Sep 17 00:00:00 2001 From: Michael Staake Date: Sat, 27 Dec 2025 12:39:22 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d793e6e..bdd11f6 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ A simple PHP web app for tracking vehicle maintenance records. Free, easy, respo ## Requirements +- If you're using Docker, these requirements should be handled automatically, and you don't need to worry about them: - Apache web server - PHP 8 or higher - SQLite extension -- If you're using Docker, these requirements should be handled automatically, and you don't need to worry about it. ## Installation ### Option 1: Docker -Once you have Docker working on your computer, enter the system where you have placed Mainty and run the following command to start the services: +Once you have Docker working on your system, enter the directory where you have placed Mainty and run the following command to start the services: ```bash docker-compose up -d