Update README.md

This commit is contained in:
Michael Staake
2025-12-27 12:39:22 -08:00
parent 444c94c898
commit b0dec9d3e3

View File

@@ -4,16 +4,16 @@ A simple PHP web app for tracking vehicle maintenance records. Free, easy, respo
## Requirements ## Requirements
- If you're using Docker, these requirements should be handled automatically, and you don't need to worry about them:
- Apache web server - Apache web server
- PHP 8 or higher - PHP 8 or higher
- SQLite extension - SQLite extension
- If you're using Docker, these requirements should be handled automatically, and you don't need to worry about it.
## Installation ## Installation
### Option 1: Docker ### 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 ```bash
docker-compose up -d docker-compose up -d