Index: docs/ios/build_instructions.md |
diff --git a/docs/ios/build_instructions.md b/docs/ios/build_instructions.md |
index b841bee2513f7e168a90011449fcce063c5a1f38..6395b7b1f890265b27ce80389e29515a83010076 100644 |
--- a/docs/ios/build_instructions.md |
+++ b/docs/ios/build_instructions.md |
@@ -81,7 +81,8 @@ development and testing purposes. |
Since the iOS build is a bit more complicated than a desktop build, we provide |
`ios/build/tools/setup-gn.py`, which will create four appropriately configured |
build directories under `out` for Release and Debug device and simulator |
-builds, and generates an appropriate Xcode workspace as well. |
+builds, and generates an appropriate Xcode workspace |
+(`out/build/all.xcworkspace`) as well. |
You can customize the build by editing the file `$HOME/.setup-gn` (create it if |
it does not exist). Look at `src/ios/build/tools/setup-gn.config` for |