Skip to content

Commit 7e77dd5

Browse files
committed
Update acfl.md, oci-cli.md, armral.md
1 parent e2abdec commit 7e77dd5

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

content/install-guides/acfl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Add the ACfL `apt` package repository to your system. These instructions apply f
152152
After that, the ACfL Ubuntu package repository is now ready to use. Run the commands below to install the dependencies needed.
153153

154154

155-
```bash
155+
```console
156156
sudo apt update
157157
sudo apt install -y wget gnupg gpg environment-modules python3 libc6-dev
158158
wget -qO - https://developer.arm.com/packages/ACfL%3AUbuntu-22/jammy/Release.key | sudo tee /etc/apt/trusted.gpg.d/developer-arm-com.asc

content/install-guides/oci-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ exec -l $SHELL
7070

7171
Verify OCI CLI is installed using the `--version` option:
7272

73-
```bash { target="ubuntu:latest", env_source="$HOME/.bashrc" }
74-
cat $HOME/.bashrc && oci --version
73+
```bash { target="ubuntu:latest", env_source=".bashrc" }
74+
oci --version
7575
```
7676

7777
Configure OCI CLI using the `setup config` command:

content/learning-paths/servers-and-cloud-computing/ran/armral.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ The source code is available from the [GitLab repository](https://gitlab.arm.com
3838
Use `git` to download the code:
3939

4040
```bash
41-
cd $HOME
4241
git clone https://git.gitlab.arm.com/networking/ral.git
4342
```
4443

@@ -74,7 +73,7 @@ Use the features available on your hardware when you run `cmake` in the next sec
7473

7574
If your platform supports only Neon (`asimd`), set up the build with:
7675

77-
```bash { cwd="$HOME/ral/build" }
76+
```bash
7877
cmake -DBUILD_TESTING=On -DARMRAL_ARCH=NEON ..
7978
```
8079

@@ -102,15 +101,15 @@ cmake -DBUILD_TESTING=On -DARMRAL_ARCH=SVE -DCMAKE_INSTALL_PREFIX=/home/ubuntu/a
102101

103102
Build the library using `make`:
104103

105-
```bash { cwd="$HOME/ral/build" }
104+
```bash
106105
make
107106
```
108107

109108
## Install the library
110109

111110
Install the library:
112111

113-
```bash { cwd="$HOME/ral/build" }
112+
```bash
114113
sudo make install
115114
```
116115

0 commit comments

Comments
 (0)