Skip to content

Commit

Permalink
Add an "installation" section to README.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Rob Percival committed Nov 14, 2019
1 parent e1225e8 commit b112ec1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b112ec1

Please sign in to comment.