
> PlantUML version 1.2020.7 [http://www.plantuml.com/plantuml](http://www.plantuml.com/plantuml)

C4-PlantUML combines the benefits of [PlantUML](http://en.plantuml.com/) and the [C4 model](https://c4model.com/) for providing a simple way of describing and communicate software architectures - especially during up-front design sessions - with an intuitive language using open source and platform independent tools.
@ -14,9 +16,6 @@ C4-PlantUML includes macros, stereotypes, and other goodies (like VSCode Snippet
* [Background](#background)
* [License](#license)
>### Update notice
>Supports PlantUML version 1.2019.6
## Getting Started
At the top of your C4 PlantUML `.puml` file, you need to include the `C4_Context.puml`, `C4_Container.puml` or `C4_Component.puml` file found in the `root` of this repo.
@ -24,7 +23,10 @@ At the top of your C4 PlantUML `.puml` file, you need to include the `C4_Context
To be independent of any internet connectifity, you can also download the files found in the `root` and reference it locally with
```c#
!include path/to/C4.puml
!include path/to/C4_Context.puml
!include path/to/C4_Container.puml
!include path/to/C4_Component.puml
```
Just remember to change the `!include` statements inside the top of the files.
@ -123,13 +125,14 @@ The core diagram samples from [c4model.com](https://c4model.com/#coreDiagrams) a









