Skip to content

Commit

Permalink
Push MacOS first in tab list. (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymatthews authored Dec 3, 2024
1 parent 2eadf43 commit c455ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/reference/rust-testing-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ To run this CLI, you need to:

1. Install the OpenSSL and `pkg-config` packages:

{{< tabs items="Debian/Ubuntu, MacOS" >}}
{{< tabs items="MacOS, Debian/Ubuntu" >}}

{{< tab >}}
```shell
sudo apt install libssl-dev pkg-config
brew install openssl pkg-config
```
{{< /tab >}}

{{< tab >}}
```shell
brew install openssl pkg-config
sudo apt install libssl-dev pkg-config
```
{{< /tab >}}

Expand Down

0 comments on commit c455ca4

Please sign in to comment.