Skip to content

Commit eadd027

Browse files
authored
Update getting-started-setup.md and fix missing command (#7438)
Update getting-started-setup.md Fixed: Error: /home/i/executorch/cmake-out/cmake-out is not a directory
1 parent 2c8e706 commit eadd027

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/getting-started-setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ The ExecuTorch repo uses CMake to build its C++ code. Here, we'll configure it t
211211
./install_executorch.sh --clean
212212
(mkdir cmake-out && cd cmake-out && cmake ..)
213213

214+
# Go to work directory.
215+
cd ..
216+
214217
# Build the executor_runner target
215218
cmake --build cmake-out --target executor_runner -j9
216219
```

0 commit comments

Comments
 (0)