From 8844b794b91f8ee962ec73f82f78429125b59d1f Mon Sep 17 00:00:00 2001 From: Matt Straathof <11823378+bruuuuuuuce@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:16:55 -0700 Subject: [PATCH] chore: add installation instructions (#8) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3d3755f..290523a 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,9 @@ Generated client code from the goodmetrics protos. These protos are currently copy pasta'd from the goodmetrics github repository, eventually would be nice to consolidate them and publish them from a single source of truth. +## Installation +``` +npm i goodmetrics-generated +``` + More about goodmetrics can be found [here](https://github.com/kvc0/goodmetrics)