summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc.go9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc.go b/doc.go
index b2d514e..f8c92f3 100644
--- a/doc.go
+++ b/doc.go
@@ -43,13 +43,16 @@ Features
gofpdf has no dependencies other than the Go standard library. All tests pass
on Linux, Mac and Windows platforms. Like FPDF version 1.7, from which gofpdf
-is derived, this package does not yet support UTF-8 source text.
+is derived, this package does not yet support UTF-8 source text. gofpdf is
+licensed under the MIT License.
-Run
+Installation
+
+To install the package on your system, run
go get code.google.com/p/gofpdf
-to install the package on your system. To receive updates, run
+Later, to receive updates, run
go get -u code.google.com/p/gofpdf