Skip to content

Commit 6209e7d

Browse files
authored
chore: release 2.0.0-beta.17 (#500)
* chore: release 2.0.0-beta.17 * fix: remove binary install method from README
1 parent 6218c15 commit 6209e7d

4 files changed

Lines changed: 4 additions & 16 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@ npx @herodevs/cli@beta
3838
npm install -g @herodevs/cli@beta
3939
```
4040

41-
#### Binary Installation
42-
43-
HeroDevs CLI is available as a binary installation, without requiring `npm`. To do that, you may either download and run the script manually, or use the following cURL or Wget command:
44-
45-
```sh
46-
curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.16/scripts/install.sh | bash
47-
```
48-
49-
```sh
50-
wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.16/scripts/install.sh | bash
51-
```
52-
5341
## Scanning Behavior
5442

5543
The CLI is designed to be non-invasive:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herodevs/cli",
3-
"version": "2.0.0-beta.16",
3+
"version": "2.0.0-beta.17",
44
"author": "HeroDevs, Inc",
55
"bin": {
66
"hd": "./bin/run.js"

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ INSTALL_DIR="$HOME/.herodevs"
3232
BIN_DIR="$INSTALL_DIR/bin"
3333
GITHUB_API_URL="https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/releases"
3434
TMP_DIR=""
35-
LATEST_VERSION="v2.0.0-beta.16"
35+
LATEST_VERSION="v2.0.0-beta.17"
3636
DEBUG=${DEBUG:-}
3737

3838
# Colors for output

0 commit comments

Comments
 (0)