Skip to content

Commit 305bae6

Browse files
committed
Update README.adoc
1 parent bb30622 commit 305bae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ docker run -it --rm -v $PWD:/usr/local/structurizr structurizr/cli export -w doc
135135

136136
*With a local installed Structurizr CLI*
137137

138-
* Download the https://github.com/structurizr/cli/releases[structurizr-cli], unzip and move it into `./bin/structurizr-cli` or use the latest Docker Image
138+
Download the https://github.com/structurizr/cli/releases[structurizr-cli], unzip and move it into `./bin/structurizr-cli` or use the latest Docker Image
139139

140140
[source, bash]
141141
----
142142
curl --show-error --location https://github.com/structurizr/cli/releases/download/v2025.11.09/structurizr-cli.zip -o tmp.zip && mkdir -p bin/structurizr-cli && unzip -d bin/structurizr-cli tmp.zip && rm tmp.zip
143143
----
144144

145-
* Generate the diagrams from the structurizr workspace model
145+
Generate the diagrams from the structurizr workspace model
146146

147147
[source, bash]
148148
----

0 commit comments

Comments
 (0)