Skip to content

Commit 2dd57ac

Browse files
committed
Rephrase download instructions; remove superfluous endif
1 parent 3713ab7 commit 2dd57ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Include the `Archimate.puml` file in your `.puml` or `.wsd` file. There are mult
5252
### Using a version available on the internet
5353

5454
You will need to:
55-
1. download the version, including the themes folder and store them some place locally
55+
1. download the latest version of `Archimate.puml`, including the themes folder and store them some place locally
5656
* `./dist/plantuml/plantuml-stdlib/stdlib/archimate/Archimate.puml`
5757
* `./dist/plantuml/plantuml-stdlib/stdlib/archimate/themes/` folder plus files
5858
2. Add a `!global $ARCH_LOCAL = true` to your PlantUML file prior to the include statement
@@ -69,7 +69,6 @@ You will need to:
6969
'!theme archimate-lowsaturation from $LOCAL_FOLDER/themes
7070
'!theme archimate-saturated from $LOCAL_FOLDER/themes
7171
'!theme archimate-standard from $LOCAL_FOLDER/themes
72-
!endif
7372
```
7473

7574
> [!IMPORTANT]

0 commit comments

Comments
 (0)