Skip to content

Commit 7adb0ec

Browse files
committed
Update README.md
1 parent b6e3ce0 commit 7adb0ec

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ changed for different paths.
2222
Preparing repository:
2323

2424
```
25-
git submodule update --init
25+
git submodule update --init --recursive
2626
```
2727

2828
## Building (along with IREE)
@@ -40,14 +40,7 @@ cmake -B $WHERE_YOU_WOULD_LIKE_TO_BUILD -S $IREE_REPO_SRC_DIR \
4040

4141
### Instructions
4242

43-
To pin IREE and its submodules (LLVM, etc) to commits which are compatible
44-
with this plugin, run
45-
46-
```
47-
python3 sync_deps.py
48-
```
49-
50-
from within the iree-amd-aie root directory. Then the bare minimum CMake configure command is
43+
The bare minimum CMake configure command is
5144

5245
```
5346
cd ../iree-build

0 commit comments

Comments
 (0)