From 4ce4f71d6b355eaef4c8b32eac7eed1098474c8b Mon Sep 17 00:00:00 2001 From: ofilter Date: Fri, 11 Mar 2022 07:04:09 +0100 Subject: [PATCH] Added host file explanation on the README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f97317b..8b705af 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,18 @@ Download the scripts **send_files.sh** and **distribute.sh** Create the files **users** and **files_to_send** +#### Hosts + +Create a file called **b** where the file is located + +```shell +host1 host2 +host3 ip1 +ip2 +ip3 +``` + + #### users List of users to use doesn't allow spaces in the username @@ -13,7 +25,7 @@ user1 user2 user3 ``` -Create a folder for each user adn a file named *p* which contains the password in flat text +Create a folder for each user adn a file named **p** which contains the password in flat text #### files_to_send