Skip to content

Commit bda4621

Browse files
committed
chore(docs): CLI install commands
1 parent 7a920ed commit bda4621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/site/docs/operate/testnet/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';
1111

1212
<Tabs>
13-
<TabItem value="source" label="Source with `make`">
13+
<TabItem value="source" label="src with make">
1414
```bash
1515
git clone https://github.com/omni-network/omni.git
1616
cd omni
1717
make install-cli
1818
```
1919
</TabItem>
20-
<TabItem value="go" label="Source with `go`">
20+
<TabItem value="go" label="src with go">
2121
```bash
2222
git clone https://github.com/omni-network/omni.git
2323
cd omni

0 commit comments

Comments
 (0)