Skip to content

Commit c7e5863

Browse files
committed
Replace gh with curl in GITHUB_RELEASE_TEMPLATE.md
1 parent 6ee74d7 commit c7e5863

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

GITHUB_RELEASE_TEMPLATE.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)