Skip to content

Commit 5d3d396

Browse files
authored
Update getting-started-setup.md
Fixed: Error: /home/i/executorch/cmake-out/cmake-out is not a directory
1 parent f370e78 commit 5d3d396

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
@@ -199,6 +199,9 @@ The ExecuTorch repo uses CMake to build its C++ code. Here, we'll configure it t
199199
./install_requirements.sh --clean
200200
(mkdir cmake-out && cd cmake-out && cmake ..)
201201

202+
# Go to work directory.
203+
cd ..
204+
202205
# Build the executor_runner target
203206
cmake --build cmake-out --target executor_runner -j9
204207
```

0 commit comments

Comments
 (0)