Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit fc92d1b

Browse files
authored
Merge pull request #571 from ProvableHQ/fix/devnet-tabs-values
Fix mismatched Tabs values in devnet guide
2 parents 738fe6e + 9847877 commit fc92d1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/guides/07_devnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This feature is only available on Unix-based systems.
4848

4949
You'll need to install the `tmux` package first:
5050

51-
<Tabs defaultValue="cargo"
51+
<Tabs defaultValue="macos"
5252
values={[
5353
{ label: 'MacOS', value: 'macos' },
5454
{ label: 'Ubuntu', value: 'ubuntu' },
@@ -62,7 +62,7 @@ brew install tmux
6262
```
6363

6464
</TabItem>
65-
<TabItem value="prebuilt">
65+
<TabItem value="ubuntu">
6666
On Ubuntu and other Debian-based systems, you can use the apt package manager:
6767

6868
```bash

0 commit comments

Comments
 (0)