Skip to content

Commit ce99dac

Browse files
committed
Added how to install to README
1 parent af7c7cb commit ce99dac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ I'll be updating this repository whenever I need the tool to support more functi
1111

1212
You don't need to download any dependencies such as plantUML or Graphviz, which is what most of the tools out there require and what was also my motivation to start this project. go-uml is using a 2D graphics engine written 100% in Go https://github.com/fogleman/gg
1313

14+
# How to install
15+
16+
Simply run
17+
```
18+
go get -u github.com/mriceman/go-uml
19+
```
1420
# Example
1521

1622
```

0 commit comments

Comments
 (0)