Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfelipearaujo/plantuml-install
https://github.com/jfelipearaujo/plantuml-install
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfelipearaujo/plantuml-install
- Owner: jfelipearaujo
- Created: 2022-08-26T14:07:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T15:10:13.000Z (over 2 years ago)
- Last Synced: 2024-05-02T04:44:36.097Z (8 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)