Skip to content

Commit 28e2f8e

Browse files
committed
Update macOS install to curl as wget is not available by default.
1 parent 8da1a95 commit 28e2f8e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/install-guides/performix.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Arm Performix is distributed as platform-specific installer packages. The instal
6161

6262
Download the Windows installer package for your architecture from the [Arm Performix download page](https://developer.arm.com/servers-and-cloud-computing/arm-performix).
6363

64-
Alternatively, download using PowerShell:
64+
Alternatively, download using PowerShell. These commands require PowerShell and do not work in the Windows Command Prompt (CMD):
6565

6666
{{< tabpane code=true >}}
6767
{{< tab header="Arm64" >}}
@@ -149,10 +149,10 @@ Arm Performix daemon version: 1.0.0
149149

150150
Download the macOS installer package from the [Arm Performix download page](https://developer.arm.com/servers-and-cloud-computing/arm-performix).
151151

152-
Alternatively, download using `wget`:
152+
Alternatively, download using `curl`:
153153

154154
```bash
155-
wget https://artifacts.tools.arm.com/arm-performix/app/latest/darwin/arm64/ArmPerformix-darwin-arm64.pkg
155+
curl -Lo ArmPerformix-darwin-arm64.pkg https://artifacts.tools.arm.com/arm-performix/app/latest/darwin/arm64/ArmPerformix-darwin-arm64.pkg
156156
```
157157

158158
After downloading the `.pkg` file, navigate to the directory where you downloaded it and double-click the file to start the installer.
@@ -414,7 +414,7 @@ Make a target the default for future commands with `--default`:
414414
apx target add ubuntu@192.168.1.10 --name my-target --default
415415
```
416416

417-
After you run this command, `build-server` becomes the default target for future commands.
417+
After you run this command, `my-target` becomes the default target for future commands.
418418

419419
**Using jump nodes:**
420420

0 commit comments

Comments
 (0)