Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Please do not use this for production use cases or cause undue load on the serve
Latest versions can be downloaded from the
[Release](https://github.com/codeexpress/cfip/releases) tab above.

### Using go install
If you have golang tools installed, you can install `cfip` as follows:
```
$ go install github.com/codeexpress/cfip@latest
```

### Build from source
This is a golang project with no dependencies. Assuming you have golang compiler installed,
the following will build the binary from scratch
Expand Down