From 5eef873d2c8b3b43b9e9a857f6a7e96f185439b4 Mon Sep 17 00:00:00 2001 From: Alexandre GUIOT--VALENTIN Date: Sat, 14 May 2022 00:45:05 +0200 Subject: [PATCH] Add go install in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a271f5b..3e7f61a 100644 --- a/README.md +++ b/README.md @@ -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