From c46d1f2ad6ac2724d1e0d327b8641ec7468d0e3a Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Fri, 4 Aug 2023 12:34:50 +0100 Subject: [PATCH] add next steps to all sections Signed-off-by: Lorenzo Lewis --- src/content/docs/2/guide/prerequisites/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/docs/2/guide/prerequisites/index.mdx b/src/content/docs/2/guide/prerequisites/index.mdx index 95597acdee..fb87ff78b2 100644 --- a/src/content/docs/2/guide/prerequisites/index.mdx +++ b/src/content/docs/2/guide/prerequisites/index.mdx @@ -193,6 +193,8 @@ Here is the file as a plain script: [rustup.sh](https://sh.rustup.rs/) Be sure to restart your Terminal (and in some cases your system) for the changes to take affect. +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/). + ## Configure for Mobile Targets 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 +Next: [Setup for iOS](#ios) or [Create a project](/2/guide/create/). + ### iOS :::caution[macOS Only] @@ -297,6 +301,8 @@ rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim Be sure that you've installed Xcode and not Xcode Command Line Tools in the [macOS system dependencies section](#macos). +Next: [Create a project](/2/guide/create/). + ## Troubleshooting 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).