Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Oct 1, 2023
1 parent 59021d8 commit 83d7a26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lite/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit 83d7a26

Please sign in to comment.