Skip to content

Commit 14b0bd9

Browse files
authored
Update 3_rdv3_sw_build.md
1 parent 02a8d1f commit 14b0bd9

File tree

1 file changed

+2
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/neoverse-rdv3-swstack

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/neoverse-rdv3-swstack/3_rdv3_sw_build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ sudo apt update
1919
sudo apt install -y curl git
2020
```
2121

22-
Configure git:
22+
Configure git(optional):
2323

24-
```
24+
```bash
2525
git config --global user.name "<your-name>"
2626
git config --global user.email "<[email protected]>"
2727
```

0 commit comments

Comments
 (0)