Skip to content

Commit 707e40c

Browse files
authored
Fix directory paths in installation notes
Updated directory paths for Linux and Windows instructions.
1 parent 80d6422 commit 707e40c

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
@@ -12,14 +12,14 @@ The recommended solution is to use `git` for fetching up-to-date CMSIS headers:
1212
```
1313
cd /opt/iar/
1414
git clone https://github.com/arm-software/cmsis_6
15-
cd ewarm
15+
cd ewarm/arm
1616
ln -s ../../cmsis_6/CMSIS CMSIS
1717
```
1818
* Windows (Administrative Command Prompt):
1919
```
2020
cd /iar/
2121
git clone https://github.com/arm-software/cmsis_6
2222
mklink -d ewarm-10.xx.x ewarm
23-
cd ewarm
23+
cd ewarm/arm
2424
mklink -d ../../cmsis_6/CMSIS CMSIS
2525
```

0 commit comments

Comments
 (0)