Skip to content

Commit 433ef78

Browse files
adding linux packages install methods
1 parent 985d4f7 commit 433ef78

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,11 @@ View future plans in the [Roadmap](#roadmap) section.
7272
This package repository is generously hosted by Cloudsmith.
7373
Cloudsmith is a fully cloud-based service that lets you easily create, store, and share packages in any format, anywhere.
7474

75-
76-
_Coming Soon..._
75+
| Package Type | Distributions | Repository Setup | Installation Command |
76+
|--------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------|
77+
| `apk` | Alpine | `sudo apk add --no-cache bash && curl -1sLf 'https://dl.cloudsmith.io/basic/digitalghost-dev/poke-cli/setup.alpine.sh' \| sudo -E bash` | `sudo apk add poke-cli=1.5.2 --update-cache` |
78+
| `deb` | Ubuntu, Debian | `curl -1sLf 'https://dl.cloudsmith.io/public/digitalghost-dev/poke-cli/setup.deb.sh' \| sudo -E bash` | `sudo apt-get install poke-cli=1.5.2` |
79+
| `rpm` | Fedora, CentOS, Red Hat, openSUSE | `curl -1sLf 'https://dl.cloudsmith.io/public/digitalghost-dev/poke-cli/setup.rpm.sh' \| sudo -E bash` | `sudo yum install poke-cli-1.5.2-1` |
7780

7881
### Docker Image
7982

0 commit comments

Comments
 (0)