Skip to content

Commit

Permalink
Merge pull request #8 from DenLilleMand/AddInstallationToReadme
Browse files Browse the repository at this point in the history
interfaces: add installation section to readme
  • Loading branch information
rjeczalik committed Aug 27, 2018
2 parents 3c33efd + 7b5da75 commit 185b87d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Tools available in this repository:

Generates an interface for a named type.

*Installation*
```bash
~ $ go get github.com/rjeczalik/interfaces/cmd/interfacer
```

*Usage*

```bash
Expand Down Expand Up @@ -69,6 +74,11 @@ Generates a struct for a formatted file. Currently supported formats are:

- CSV

*Installation*
```bash
~ $ go get github.com/rjeczalik/interfaces/cmd/structer
```

*Usage*

```bash
Expand Down

0 comments on commit 185b87d

Please sign in to comment.