From 9e5cd1cddb42e84bdc01bbe1839f7320ab8819ac Mon Sep 17 00:00:00 2001 From: dsjackins Date: Thu, 25 Jul 2024 01:24:24 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef0cbd8..ca42b44 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,13 @@ In order to use the segmentcli to work with your workspace you must have the Analytics Live Plugins featured enabled in your workspace and you must authenticate with that workspace. +### Installation + +Run this command to install segmentcli: +```bash +$ brew install segment-integrations/formulae/segmentcli +``` + ### Enabling the Analytics Live Plugins feature Reach out to your Customer Support Engineer (CSE) or Customer Success Manager (CSM) @@ -57,7 +64,7 @@ an Auth token in your Segment workspace. In order to upload your Analytics Live Plugins you'll need the following command: ```bash -$ segmentcli upload +$ segmentcli liveplugins upload ``` `SourceId` - This is listed next your Write Key in the Segment app. From 2710a58bb84ab4afe7db1d411474bcbcec422836 Mon Sep 17 00:00:00 2001 From: dsjackins Date: Thu, 25 Jul 2024 10:49:13 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca42b44..48c8bc4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,12 @@ authenticate with that workspace. ### Installation -Run this command to install segmentcli: +Run this command to install segmentcli locally from the repo: +```bash +$ sudo make install +``` + +or, using brew: ```bash $ brew install segment-integrations/formulae/segmentcli ```