Skip to content

Commit 5378ddf

Browse files
Merge pull request #3034 from jasonrandrews/review2
Update Performix install guide
2 parents 7ee6746 + 28e2f8e commit 5378ddf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/install-guides/performix.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ 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" >}}
68-
curl -o ArmPerformix-windows-x64.exe https://artifacts.tools.arm.com/arm-performix/app/latest/windows/x64/ArmPerformix-windows-x64.exe
68+
curl -o ArmPerformix-windows-arm64.exe https://artifacts.tools.arm.com/arm-performix/app/latest/windows/arm64/ArmPerformix-windows-arm64.exe
6969
{{< /tab >}}
7070
{{< tab header="x64" >}}
7171
curl -o ArmPerformix-windows-x64.exe https://artifacts.tools.arm.com/arm-performix/app/latest/windows/x64/ArmPerformix-windows-x64.exe
@@ -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)