File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ If you are interested in:
8080 up until the "Building the project" section. After that, follow the
8181 instructions in the [ Swift Toolchains] ( #swift-toolchains ) section below.
8282
83+ We also have an [ FAQ] ( /docs/HowToGuides/FAQ.md ) that answers common questions.
84+
8385[ Getting Started guide ] : /docs/HowToGuides/GettingStarted.md
8486
8587### Swift Toolchains
@@ -150,7 +152,7 @@ If you have changed Xcode versions but still encounter errors that appear to
150152be related to the Xcode version, try passing ` --clean ` to ` build-script ` .
151153
152154When a new version of Xcode is released, you can update your build without
153- recompiling the entire project by passing the ` --reconfigure ` option .
155+ recompiling the entire project by passing ` --reconfigure ` to ` build-script ` .
154156
155157## Learning More
156158
You can’t perform that action at this time.
0 commit comments