Skip to content

Commit

Permalink
chore(scripts): add binary install line
Browse files Browse the repository at this point in the history
  • Loading branch information
idea404 committed Mar 5, 2024
1 parent 9d0a426 commit c039af1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/site/docs/operate/testnet/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<Tabs>
<TabItem value="binary" label="Binary Install">
```bash
curl -sSfL https://raw.githubusercontent.com/omni-network/omni/main/scripts/install_omni_cli.sh | sh -s
```
</TabItem>
<TabItem value="source" label="src with make">
```bash
git clone https://github.com/omni-network/omni.git
Expand All @@ -25,3 +30,5 @@ import TabItem from '@theme/TabItem';
```
</TabItem>
</Tabs>

<!-- TODO(idea404): mention home path installation -->

0 comments on commit c039af1

Please sign in to comment.