From 83d7a26e09c721154d7d39fbf8a2bc52e70e949c Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Sun, 1 Oct 2023 14:57:32 +0100 Subject: [PATCH] Formatting. --- lite/02-installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lite/02-installation.md b/lite/02-installation.md index d01bdce..cb1c543 100644 --- a/lite/02-installation.md +++ b/lite/02-installation.md @@ -40,7 +40,11 @@ There is a [Dockerfile](https://github.com/structurizr/lite/blob/main/Dockerfile ## Spring Boot -To use the Spring Boot version, you'll need Java 17+ (required) and [Graphviz](https://graphviz.org/download/) (optional; if you want to use automatic layout). +To use the Spring Boot version, you'll need: + +- Java 17+ (required) +- [Graphviz](https://graphviz.org/download/) (optional; if you want to use automatic layout) + Download the `structurizr-lite.war` file from [https://github.com/structurizr/lite/releases](https://github.com/structurizr/lite/releases), and start with the following command, replacing `PATH` with the path to your Structurizr data directory: ```