Skip to content

Commit c46d1f2

Browse files
committed
add next steps to all sections
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
1 parent d2a48f8 commit c46d1f2

File tree

1 file changed

+6
-0
lines changed
  • src/content/docs/2/guide/prerequisites

1 file changed

+6
-0
lines changed

src/content/docs/2/guide/prerequisites/index.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ Here is the file as a plain script: [rustup.sh](https://sh.rustup.rs/)
193193

194194
Be sure to restart your Terminal (and in some cases your system) for the changes to take affect.
195195

196+
Next: [Configure for Mobile Targets](#configure-for-mobile-targets) if you'd like to build for Android and iOS. Otherwise [Create a Project](/2/guide/create/).
197+
196198
## Configure for Mobile Targets
197199

198200
If you'd like to target your app for Android or iOS then there are a few additional dependencies that you need to install:
@@ -283,6 +285,8 @@ rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-andro
283285
</TabItem>
284286
</Tabs>
285287

288+
Next: [Setup for iOS](#ios) or [Create a project](/2/guide/create/).
289+
286290
### iOS
287291

288292
:::caution[macOS Only]
@@ -297,6 +301,8 @@ rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim
297301

298302
Be sure that you've installed Xcode and not Xcode Command Line Tools in the [macOS system dependencies section](#macos).
299303

304+
Next: [Create a project](/2/guide/create/).
305+
300306
## Troubleshooting
301307

302308
If you run into any issues during installation be sure to check the [Troubleshooting Guide](/guides/troubleshooting) or reach out on the [Tauri Discord](https://discord.com/invite/tauri).

0 commit comments

Comments
 (0)