diff --git a/README.md b/README.md index 381cc0ba..a802a47d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Commands: You can install Phase-CLI using curl: ```bash -curl -fsSL https://get.phase.dev | bash +curl -fsSL https://pkg.phase.dev/install.sh | bash ``` ## Usage diff --git a/phase_cli/cmd/update.py b/phase_cli/cmd/update.py index 809e8115..1ce6dd67 100644 --- a/phase_cli/cmd/update.py +++ b/phase_cli/cmd/update.py @@ -5,7 +5,7 @@ def phase_cli_update(): # URL of the remote bash script - url = "https://get.phase.dev" + url = "https://pkg.phase.dev/install.sh" try: # Fetch the script