Skip to content

Commit 138f980

Browse files
author
mitchep1
committed
Update readme with install info
1 parent 2a4f7a9 commit 138f980

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ COBOL PIC (Picture) clause parsing library
77
[![Release](https://img.shields.io/github/release/pgmitche/go-pic.svg?style=flat-square)](https://github.com/pgmitche/go-pic/releases)
88
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/pgmitche/go-pic/blob/master/LICENSE)
99

10+
## Install
11+
12+
Get started using `gopic` by installing the struct-generation tool from the root directory by running:
13+
14+
`$ make install`
15+
1016
## Tag-based unmarshalling
1117

1218
go-pic's main focus is enabling simpler 1:1 mapping of PIC definitions to Go structs.

0 commit comments

Comments
 (0)