From 18951dcb20142acc4efc01f13345f264be6a46d3 Mon Sep 17 00:00:00 2001 From: Martin Nowosad Date: Fri, 5 May 2023 02:57:32 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 13c6547..f02a638 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ Simply run ``` go get -u github.com/mriceman/go-uml ``` + +Make sure you are executing this in a go project, other wise you have to run + +```go mod init``` + +first + # Example ``` From 53304500324dc8b89f23af5f0e8e64b3edd6afe0 Mon Sep 17 00:00:00 2001 From: Martin Nowosad Date: Fri, 5 May 2023 02:58:43 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f02a638..0e27ea5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ go get -u github.com/mriceman/go-uml Make sure you are executing this in a go project, other wise you have to run -```go mod init``` +```go mod init ``` first