diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-31 15:40:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-31 15:40:27 +0100 |
commit | 4b12d1f1e6dbded47637ef8e2550741882d59329 (patch) | |
tree | 96a6d10474124439090a7e1a746d608cfb2f42de /readme.md | |
parent | c914e226cf9b21bcb307059ef44ab3ff4b3cb8de (diff) |
fix admonition format
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -49,7 +49,8 @@ $ curl -sLo- https://github.com/plantuml/plantuml/releases/download/v1.2024.7/pl # mv plantuml.jar /usr/share/plantuml/plantuml.jar ``` -> NOTE: Ubuntu, Debian and Mint all place PlantUML's \.jar file under +> [!NOTE] +> Ubuntu, Debian and Mint all place PlantUML's \.jar file under > `/usr/share/plantuml/plantuml.jar`, while it's under > `/usr/share/java/plantuml/plantuml.jar` on Arch. Check the contents of the > file returned by `command -v plantuml` to confirm this. |