From 3035e56ff7ae1702f0f4416073ed1a11a3dbe7c2 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Thu, 19 Sep 2024 19:29:26 +0200 Subject: [PATCH] Draft quick README for the command-line --- cli/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 cli/README.md diff --git a/cli/README.md b/cli/README.md new file mode 100644 index 0000000..afa6c04 --- /dev/null +++ b/cli/README.md @@ -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 +```