Skip to content

Commit a9402b7

Browse files
authored
Correct mklink command syntax in NOTES.md
Updated mklink command syntax for clarity.
1 parent e52916b commit a9402b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ ln -s ../../cmsis_5/CMSIS
1919
```
2020
cd /iar/
2121
git clone https://github.com/arm-software/cmsis_5
22-
mklink -d ewarm-10.xx.x ewarm
22+
mklink /D ewarm-10.xx.x ewarm
2323
cd ewarm/arm
24-
mklink -d ../../cmsis_5/CMSIS
24+
mklink /D ../../cmsis_5/CMSIS
2525
```
2626

2727
### File names on Linux

0 commit comments

Comments
 (0)