Created
November 3, 2018 16:38
-
-
Save constrict0r/c8b3ba2db7ef3e6935160447f53000bf to your computer and use it in GitHub Desktop.
Plantuml activity diagram
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
start | |
:Get arguments; | |
:Check OS; | |
if (linux?) then (yes) | |
:verify direnv installation; | |
else (no) | |
endif | |
stop | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment