From 4c04f7d9adb0d7f18eee2fb22ac2a93d09afa42d Mon Sep 17 00:00:00 2001 From: emahiro Date: Tue, 29 Oct 2019 03:20:25 +0900 Subject: [PATCH] write installation in README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 682a4d3..b537486 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ App Engine HTTP Client provides HTTP RoundTripper for authentication service-to-service in Google App Engine. This package is inspired by [Authentication Service-to-Service](https://cloud.google.com/run/docs/authenticating/service-to-service) +## Installation + +```sh +go get github.com/emahiro/aehcl +``` + ## Usage ```go