Skip to content

Commit 951f194

Browse files
Update README.md (#10)
* Update README.md * Update README.md
1 parent f4e3655 commit 951f194

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ In order to use the segmentcli to work with your workspace you must have the
2929
Analytics Live Plugins featured enabled in your workspace and you must
3030
authenticate with that workspace.
3131

32+
### Installation
33+
34+
Run this command to install segmentcli locally from the repo:
35+
```bash
36+
$ sudo make install
37+
```
38+
39+
or, using brew:
40+
```bash
41+
$ brew install segment-integrations/formulae/segmentcli
42+
```
43+
3244
### Enabling the Analytics Live Plugins feature
3345

3446
Reach out to your Customer Support Engineer (CSE) or Customer Success Manager (CSM)
@@ -57,7 +69,7 @@ an Auth token in your Segment workspace.
5769
In order to upload your Analytics Live Plugins you'll need the following command:
5870

5971
```bash
60-
$ segmentcli upload <SourceId> <FileName>
72+
$ segmentcli liveplugins upload <SourceId> <FileName>
6173
```
6274

6375
`SourceId` - This is listed next your Write Key in the Segment app.

0 commit comments

Comments
 (0)