Skip to content

Commit abb9ee2

Browse files
Update docs/HowToGuides/GettingStarted.md
Co-authored-by: Anthony Latsis <[email protected]>
1 parent ff1b455 commit abb9ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Phew, that's a lot to digest! Now let's proceed to the actual build itself!
222222
- If you use an editor other than Xcode and/or you want somewhat faster builds,
223223
go with Ninja.
224224
- If you are comfortable with using Xcode and would prefer to use it,
225-
go with Xcode. But, since Xcode build is not as stable as Ninja's, you can also try to use [a ninja build integrated into Xcode](#integrate-a-ninja-build-with-xcode).
225+
go with Xcode. If you run into issues building with Xcode, you can alternatively [integrate a Ninja build into Xcode](#integrate-a-ninja-build-with-xcode).
226226
There is also a third option, which is somewhat more involved:
227227
[using both Ninja and Xcode](#using-both-ninja-and-xcode).
228228
3. Build the toolchain with optimizations, debuginfo, and assertions and run

0 commit comments

Comments
 (0)