From 97460fc7df167b18a336ae58d13d1f9f76ef8825 Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Tue, 20 Jun 2023 02:58:54 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c51cf74..8b46fe8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # rexec -Parallel SSH executor in Rust. It can read servers from `known_hosts` or expand servers from bash expanshion line cassandra.{prod,dev}.example.com +Parallel SSH executor in Rust. It can read servers from `~/.ssh/known_hosts` or expand servers from bash expanshion line `cassandra.{prod,dev}.example.com` [![Rust-static-build](https://github.com/house-of-vanity/rexec/actions/workflows/release.yml/badge.svg)](https://github.com/house-of-vanity/rexec/actions/workflows/release.yml)