We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a920ed commit bda4621Copy full SHA for bda4621
docs/site/docs/operate/testnet/install.md
@@ -10,14 +10,14 @@ import Tabs from '@theme/Tabs';
10
import TabItem from '@theme/TabItem';
11
12
<Tabs>
13
- <TabItem value="source" label="Source with `make`">
+ <TabItem value="source" label="src with make">
14
```bash
15
git clone https://github.com/omni-network/omni.git
16
cd omni
17
make install-cli
18
```
19
</TabItem>
20
- <TabItem value="go" label="Source with `go`">
+ <TabItem value="go" label="src with go">
21
22
23
0 commit comments