diff --git a/README.md b/README.md index 4f8948c3..9144f745 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,6 @@ npx @herodevs/cli@beta npm install -g @herodevs/cli@beta ``` -#### Binary Installation - -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: - -```sh -curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.16/scripts/install.sh | bash -``` - -```sh -wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.16/scripts/install.sh | bash -``` - ## Scanning Behavior The CLI is designed to be non-invasive: diff --git a/package-lock.json b/package-lock.json index 1a3b1aae..d4f40035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.16", + "version": "2.0.0-beta.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "2.0.0-beta.16", + "version": "2.0.0-beta.17", "license": "MIT", "dependencies": { "@amplitude/analytics-node": "^1.5.26", diff --git a/package.json b/package.json index 44d993df..5b7d533e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.16", + "version": "2.0.0-beta.17", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js" diff --git a/scripts/install.sh b/scripts/install.sh index 84fdb1ac..f87ebb74 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -32,7 +32,7 @@ INSTALL_DIR="$HOME/.herodevs" BIN_DIR="$INSTALL_DIR/bin" GITHUB_API_URL="https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/releases" TMP_DIR="" -LATEST_VERSION="v2.0.0-beta.16" +LATEST_VERSION="v2.0.0-beta.17" DEBUG=${DEBUG:-} # Colors for output