Skip to content

Commit 2942d95

Browse files
adding link to this guide from armpl guide
1 parent 59e457c commit 2942d95

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/install-guides/armpl.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,14 @@ If you want to change the installation directory location, use the `--install-to
170170

171171
Arm Performance Libraries are available to install using Linux system package managers. The following instructions are for the Ubuntu 24.04 system package manager `apt` command.
172172

173-
Add the Arm Performance Libraries `apt` package repository to your system:
173+
Add the Arm Toolchains `apt` package repository to your system:
174174

175175
```bash
176176
curl -O https://developer.arm.com/packages/arm-toolchains/ubuntu/pool/arm-toolchains-repository_2-1~noble_all.deb
177177
sudo dpkg -i arm-toolchains-repository_2-1~noble_all.deb
178178
sudo apt update
179179
```
180+
For more information about setting up the Arm Toolchains repository, see [Arm Toolchains](/install-guides/arm-toolchains-repository/).
180181

181182
Download and install Arm Performance Libraries:
182183

0 commit comments

Comments
 (0)