Skip to content

Commit

Permalink
Draft quick README for the command-line
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 19, 2024
1 parent e489996 commit 3035e56
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# ZhuLi

> [!NOTE]
> A companion command-line tool for managing a hot/cold DRep setup.
## Installing

### Linux / MacOS

```console
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CardanoSolutions/zhuli/releases/download/0.0.1/zhuli-installer.sh | sh
```

### Windows

```console
powershell -c "irm https://github.com/CardanoSolutions/zhuli/releases/download/0.0.1/zhuli-installer.ps1 | iex"
```

## Getting Started

```console
zhuli --help
```

0 comments on commit 3035e56

Please sign in to comment.