Skip to content

Commit

Permalink
add next steps to all sections
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Lewis <[email protected]>
  • Loading branch information
lorenzolewis committed Aug 4, 2023
1 parent d2a48f8 commit c46d1f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/docs/2/guide/prerequisites/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -283,6 +285,8 @@ rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-andro
</TabItem>
</Tabs>

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

### iOS

:::caution[macOS Only]
Expand All @@ -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).
Expand Down

0 comments on commit c46d1f2

Please sign in to comment.