Skip to content

Commit db28344

Browse files
Minor wording tweaks
1 parent f875f0e commit db28344

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

content/install-guides/performix.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ When the installation finishes, select **Close** to exit the installer.
178178

179179
## How do I use the Arm Performix CLI?
180180

181-
The CLI is useful when you prefer command-line workflows, rather than GUI or MCP-driven workflow.
181+
The CLI is useful when you prefer command-line workflows, rather than GUI or MCP-driven workflows.
182182

183183
The `apx` command-line tool is installed automatically, and you can find the binary at the following locations:
184184

@@ -190,7 +190,7 @@ On Linux, you can find it at:
190190
/opt/Arm\ Performix/assets/apx/apx
191191
```
192192

193-
For convenience, add it to your PATH or create an alias:
193+
For convenience in the current shell session, add it to your `PATH` or create an alias:
194194

195195
```bash
196196
export PATH="/opt/Arm Performix/assets/apx:$PATH"
@@ -208,11 +208,13 @@ Relative to the install location, the `apx` binary is at `\assets\apx\apx.exe`.
208208
C:\Program Files\Arm Performix\assets\apx\apx.exe
209209
```
210210

211-
For convenience, add it to your PATH. In PowerShell, run:
211+
For convenience in the current PowerShell session, add it to your `Path`. This example uses the all-users install path:
212212

213213
```powershell
214214
$env:Path += ";C:\Program Files\Arm Performix\assets\apx"
215215
```
216+
217+
If you installed Arm Performix for a single user, replace `C:\Program Files\Arm Performix` with `C:\Users\<username>\AppData\Local\Programs\Arm Performix`.
216218
{{< /tab >}}
217219
{{< tab header="macOS" >}}
218220
On macOS, you can find it at:
@@ -221,7 +223,7 @@ On macOS, you can find it at:
221223
/Applications/Arm\ Performix.app/Contents/assets/apx/apx
222224
```
223225

224-
For convenience, add it to your PATH or create an alias:
226+
For convenience in the current shell session, add it to your `PATH` or create an alias:
225227

226228
```bash
227229
export PATH="/Applications/Arm Performix.app/Contents/assets/apx:$PATH"
@@ -231,7 +233,7 @@ export PATH="/Applications/Arm Performix.app/Contents/assets/apx:$PATH"
231233

232234
Use the CLI help for command-line usage, or for more detailed information see the [Arm Performix User Guide](https://developer.arm.com/documentation/110163/latest/):
233235

234-
```bash
236+
```console
235237
apx --help
236238
```
237239

0 commit comments

Comments
 (0)