Skip to content

Commit 6182d3e

Browse files
authored
[Release 0.6] Update doc getting started (#9748)
1 parent 3826eee commit 6182d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ ExecuTorch provides C++ APIs, which can be used to target embedded or mobile dev
151151
CMake is the preferred build system for the ExecuTorch C++ runtime. To use with CMake, clone the ExecuTorch repository as a subdirectory of your project, and use CMake's `add_subdirectory("executorch")` to include the dependency. The `executorch` target, as well as kernel and backend targets will be made available to link against. The runtime can also be built standalone to support diverse toolchains. See [Using ExecuTorch with C++](using-executorch-cpp.md) for a detailed description of build integration, targets, and cross compilation.
152152

153153
```
154-
git clone -b release/0.5 https://github.com/pytorch/executorch.git
154+
git clone -b release/0.6 https://github.com/pytorch/executorch.git
155155
```
156156
```python
157157
# CMakeLists.txt

0 commit comments

Comments
 (0)