From 6e61d745c80e6ac4d8fc3d09940b53b37892799e Mon Sep 17 00:00:00 2001 From: Gonzalo Fernandez-Victorio Date: Fri, 30 Apr 2021 14:16:13 +0100 Subject: [PATCH] Clarify building --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d4be48..3a2bffd 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ go get github.com/gonfva/docxlib See [main](main/main.go) for an example ``` +$ go build -o docxlib ./main $ ./docxlib Preparing new document to write at /tmp/new-file.docx Document writen. @@ -47,13 +48,14 @@ Now trying to read it We've found a new run with the text ->test font size We've found a new run with the text ->test color We've found a new run with the text ->test font size and color + We've found a new hyperlink with ref http://google.com and the text google End of main ``` ### Build ``` -$ go build -o docxlib ./main +$ go build ./... ``` ## License