File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,14 +4,11 @@ REPLACE_WITH_CHANGELOG
44
55## Installation
66
7- As repo is currently private, either download manually or use [ gh] ( https://cli.github.com/ ) as shown below.
8- Docker images are public.
9-
107### ice
118
129``` sh
13- gh release download --repo altinity/ice REPLACE_WITH_TAG -p ice-REPLACE_WITH_VER \
14- --output ice && chmod a+x ice && sudo mv ice /usr/local/bin/
10+ curl -sSL https://github.com/ altinity/ice/releases/download/ REPLACE_WITH_TAG/ ice-REPLACE_WITH_VER \
11+ -o ice && chmod a+x ice && sudo mv ice /usr/local/bin/
1512```
1613
1714#### Docker
@@ -24,8 +21,8 @@ gh release download --repo altinity/ice REPLACE_WITH_TAG -p ice-REPLACE_WITH_VER
2421### ice-rest-catalog
2522
2623``` sh
27- gh release download --repo altinity/ice REPLACE_WITH_TAG -p ice-rest-catalog-REPLACE_WITH_VER \
28- --output ice-rest-catalog && chmod a+x ice-rest-catalog && sudo mv ice-rest-catalog /usr/local/bin/
24+ curl -sSL https://github.com/ altinity/ice/releases/download/ REPLACE_WITH_TAG/ ice-rest-catalog-REPLACE_WITH_VER \
25+ -o ice-rest-catalog && chmod a+x ice-rest-catalog && sudo mv ice-rest-catalog /usr/local/bin/
2926```
3027
3128#### Docker
You can’t perform that action at this time.
0 commit comments