From b112ec19aacc4a5078e1469895040050f1be4c0f Mon Sep 17 00:00:00 2001 From: Rob Percival Date: Tue, 12 Nov 2019 17:06:40 +0000 Subject: [PATCH] Add an "installation" section to README.md This is generally well-known information for Go developers, but might be helpful for people less familiar with Go who just want to generate a license report. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b63520d..e19d791 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@ report on the libraries used and under what license they can be used. It can also collect all of the license documents, copyright notices and source code into a directory in order to comply with license terms on redistribution. +## Installation + +To download and install this tool, make sure [you have Go v1.13 or later +installed](https://golang.org/dl/), then run the following command: + +```shell +$ go get github.com/google/go-licenses +``` + ## Reports ```shell