Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# It detects the architecture, downloads the correct .exe,
# and adds it to the user's PATH.
#
# Usage: irm https://cre.chain.link/install.ps1 | iex
# Usage: irm https://app.chain.link/install.ps1 | iex

# --- Configuration ---
$ErrorActionPreference = "Stop" # Exit script on any error
Expand Down
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This is a universal installer script for 'cre'.
# It detects the OS and architecture, then downloads the correct binary.
#
# Usage: curl -sSL https://cre.chain.link/install.sh | bash
# Usage: curl -sSL https://app.chain.link/install.sh | bash

set -e # Exit immediately if a command exits with a non-zero status.

Expand Down
Loading