From 616b2d4de7137257499e2165bceb216de9a4c240 Mon Sep 17 00:00:00 2001
From: DrTexx <3269230-DrTexx@users.noreply.gitlab.com>
Date: Sat, 18 Mar 2023 18:54:45 +1100
Subject: [PATCH] voluxcli: docs: add installation and usage instructions

---
 voluxcli/README.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/voluxcli/README.md b/voluxcli/README.md
index 16d1423..7e84ff5 100644
--- a/voluxcli/README.md
+++ b/voluxcli/README.md
@@ -1,5 +1,16 @@
 # Volux CLI
 
+See https://gitlab.com/volux/volux
+
+## Installation
+
+```bash
+pip install voluxcli
+```
+
+## Usage
+
+See `volux --help` for usage information.
+
 <!-- TODO: add basic documentation -->
 <!-- TODO: add basic examples -->
-<!-- TODO: add install instructions -->
-- 
GitLab