Skip to content

Commit 6a2c059

Browse files
Updated README
1 parent 3c71337 commit 6a2c059

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,12 @@ GA will be v1.0.0 which I am expecting to be ready for release in Q1 2022.
1313
Container 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
4124
You can build the sumocli application for your platform by performing the following steps:

0 commit comments

Comments
 (0)