Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jfelipearaujo/plantuml-install


https://github.com/jfelipearaujo/plantuml-install

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        



### Plantuml Install on Ubuntu

``` sh
# Prerequisites: "curl"
# apt-get update && apt-get install -y curl
sudo bash -c "curl -L https://raw.githubusercontent.com/jfelipearaujo/plantuml-install/main/plantuml-install-ubuntu.sh | bash"
```

NOTE: The command has to be run as `root` or `sudo`.

After that, I recommend this VS Code extension [PlantUML](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml).

To test, open a *.puml file and press Alt+D to see the preview :)