diff --git a/README.md b/README.md index bf4605e9..999e57d8 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,7 @@ VS Code, extension(s) - TODO add extensions.json ## Local development -You can run each part of the application (CMS, lambdas, S3 etc) independently. See each of the sections below for detailed steps. - -However, the easiest way to run the [lambdas](#lambdas) via Visual Studio and the [rest of the app](#rest-of-the-app) via Docker: +Run the [lambdas](#lambdas) via Visual Studio and the [rest of the app](#rest-of-the-app) via Docker: ### Lambdas @@ -181,4 +179,4 @@ Each of these ports is exposed to the host machine. This means you can view each - http://localhost:9000 to browse the MinIO server - http://localhost:8000 to view the static website. -> Note: the first time you do this it will **take a while**. This is because it needs to download all the required images. Subsequent runs will use cached images so will be quicker. \ No newline at end of file +> Note: the first time you do this it will **take a while**. This is because it needs to download all the required images. Subsequent runs will use cached images so will be quicker.