From 12d52179fdb0ad9a52d27ee2b0b9f74a4895a500 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 14 Feb 2025 12:25:52 -0500 Subject: [PATCH] Further README tweaks --- README.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index e778c0f..dd23618 100644 --- a/README.txt +++ b/README.txt @@ -7,10 +7,9 @@ Run commands across a set of hosts interactively! ================================================= -Basic configuration file is in multiball.cfg.example in the distribution. Customize to your liking. Host list is loaded from, -by default, your ssh configuration (assuming you have a specific ssh configuration for your all hosts like Autonomic has). You -can also use arbitrary host lists (documented in configuration file). +Basic configuration file is in `multiball.cfg.example` in the distribution. Customize to your liking. +Host list is loaded from your ssh configuration by default (assuming you have a specific ssh configuration for your all hosts like Autonomic has). You can also use arbitrary host lists (documented in configuration file). Planned features, see __main__.py's comments. @@ -18,7 +17,7 @@ Installation ------------------------------------------------- ``` -git clone https://git.autonomic.zone/cas/multiball.git +git clone https://git.autonomic.zone/autonomic-cooperative/multiball.git cd multiball pip install . ```