File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed
Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -13,29 +13,12 @@ GA will be v1.0.0 which I am expecting to be ready for release in Q1 2022.
1313Container images for ` sumocli ` are hosted in GitHub Packages and can be pulled with the following command:
1414
1515``` shell
16- docker pull ghcr.io/sumologic-labs /sumocli:$VERSION - $ARCHITECTURE
16+ docker pull ghcr.io/dpc-sdp /sumocli:$VERSION
1717```
1818
19- ### Linux
20- You can install ` sumocli ` via apt on debian based linux distributions by running the following commands:
19+ ### Binaries
2120
22- ``` shell
23- apt-key adv --fetch-keys https://apt.sumocli.app/public.key
24- add-apt-repository " deb https://apt.sumocli.app/ stable main"
25- apt-get update
26- apt-get install sumocli
27- ```
28- ### macOS
29-
30- You can install ` sumocli ` via homebrew on macOS by running the following commands:
31-
32- ``` shell
33- brew tap sumologic-labs/homebrew-tap
34- brew install sumologic-labs/tap/sumocli
35- ```
36- ### Windows
37-
38- You can download a signed binary file from the specific release you want.
21+ Go to the latest release and download the binary for your platform/architecture - https://github.com/dpc-sdp/sumocli/releases
3922
4023### Build Yourself
4124You can build the sumocli application for your platform by performing the following steps:
You can’t perform that action at this time.
0 commit comments