Add basic installation steps to README

This commit is contained in:
3wc 2025-01-24 12:55:58 -05:00
parent c5678b5f46
commit 41250ee68b

View File

@ -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 .
```