From a96d95094bf8681b262af0cfef621bd6ee1bef17 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 18 Jun 2026 16:38:10 +0300 Subject: [PATCH] Update install instructions for macOS Change default download url in the install instructions for macOS to be arm64 Fixes: https://github.com/UiPath/uipathcli/issues/213 --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5d88120..479bbd8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you are looking for the CLI to build, run, or debug coding agent automations In order to get started quickly, you can run the install scripts for Windows, Linux and macOS.
- Install instructions for x86_64/amd64 + Install instructions

### Windows @@ -38,7 +38,7 @@ curl -sL "https://github.com/UiPath/uipathcli/releases/latest/download/uipathcli ### macOS ```bash -curl -sL "https://github.com/UiPath/uipathcli/releases/latest/download/uipathcli-darwin-amd64.tar.gz" | tar -xzv +curl -sL "https://github.com/UiPath/uipathcli/releases/latest/download/uipathcli-darwin-arm64.tar.gz" | tar -xzv ```

@@ -58,12 +58,6 @@ Invoke-WebRequest "https://github.com/UiPath/uipathcli/releases/latest/download/ ```bash curl -sL "https://github.com/UiPath/uipathcli/releases/latest/download/uipathcli-linux-arm64.tar.gz" | tar -xzv -``` - -### macOS (ARM) - -```bash -curl -sL "https://github.com/UiPath/uipathcli/releases/latest/download/uipathcli-darwin-arm64.tar.gz" | tar -xzv ```