From ca72ea6d31424b8db78701a52082ade9f6888662 Mon Sep 17 00:00:00 2001 From: Toni Kangas Date: Sun, 4 May 2025 20:24:30 +0300 Subject: [PATCH] Update getting started section title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21b22d2..82998b5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is an example application for: - Learning basics of how modern web applications are built with HTML, CSS, JavaScript, servers, and databases. - Deploying something a little more advanced than a _Hello world!_ page or unconfigured nginx server. -## Running the application +## Getting started To run the application on your machine, you will need [Docker Compose](https://docs.docker.com/compose/). You can either install it manually or by using Docker Desktop (see also [Installing Docker](https://cicd-tutorials.net/#installing-docker)).