Skip to content

Commit c455ca4

Browse files
Push MacOS first in tab list. (#270)
1 parent 2eadf43 commit c455ca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/reference/rust-testing-interface.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ To run this CLI, you need to:
2121

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

24-
{{< tabs items="Debian/Ubuntu, MacOS" >}}
24+
{{< tabs items="MacOS, Debian/Ubuntu" >}}
2525

2626
{{< tab >}}
2727
```shell
28-
sudo apt install libssl-dev pkg-config
28+
brew install openssl pkg-config
2929
```
3030
{{< /tab >}}
3131

3232
{{< tab >}}
3333
```shell
34-
brew install openssl pkg-config
34+
sudo apt install libssl-dev pkg-config
3535
```
3636
{{< /tab >}}
3737

0 commit comments

Comments
 (0)