Skip to content

Commit

Permalink
fix: increase indentation of tabbed code block
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hollow committed Aug 21, 2024
1 parent a300b4f commit 9c661dc
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@ First, let's see the whole build process in Asciinema recording:
Let's clone the project and configure `TOOLCHAINS` environment variable with the version of the installed Swift 6.


{{< tabs groupId="config" >}}
{{% tab name="macOS" %}}
{{< tabs groupId="config" >}}
{{% tab name="macOS" %}}
```shell
git clone [email protected]:apple/swift-embedded-examples.git --single-branch --branch main
#export TOOLCHAINS=org.swift.600202406111a
export TOOLCHAINS=$(plutil -extract CFBundleIdentifier raw /Library/Developer/Toolchains/swift-latest.xctoolchain/Info.plist)
cd swift-embedded-examples/esp32-led-strip-sdk
```
{{% /tab %}}
{{% /tab %}}

{{% tab name="Linux" %}}
{{% tab name="Linux" %}}
```shell
git clone [email protected]:apple/swift-embedded-examples.git --single-branch --branch main
cd swift-embedded-examples/esp32-led-strip-sdk
```
{{% /tab %}}
{{< /tabs >}}
{{% /tab %}}
{{< /tabs >}}


2. **Set the Target**:
Expand Down

0 comments on commit 9c661dc

Please sign in to comment.