From 41250ee68b18e52c02ece61663d0e63375530785 Mon Sep 17 00:00:00 2001
From: 3wc <3wc@doesthisthing.work>
Date: Fri, 24 Jan 2025 12:55:58 -0500
Subject: [PATCH] Add basic installation steps to README

---
 README.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.txt b/README.txt
index 527fae2..e778c0f 100644
--- a/README.txt
+++ b/README.txt
@@ -13,3 +13,12 @@ can also use arbitrary host lists (documented in configuration file).
 
 
 Planned features, see __main__.py's comments.
+
+Installation
+-------------------------------------------------
+
+```
+git clone https://git.autonomic.zone/cas/multiball.git
+cd multiball
+pip install .
+```