From 760bbf88fdeb248a8b157f40761fc9b46d1ace3c Mon Sep 17 00:00:00 2001 From: Justin Parsell Date: Tue, 1 Mar 2022 16:34:23 -0500 Subject: [PATCH] readme update --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b623ed..05a4968 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,16 @@ The following files are used - `pingRequests.csv`: This holds all the requested devices and their associated ip's. It should be "(devicename),(deviceip)" - `pingResults.csv`: This holds the report of the device, ip and status +## To run +Use the following commands to run the program +``` +java -jar JavaPingReport.java +``` +Ensure that pingRequests.csv is in the same directory, and formatted correctly. + ## Dependencies -No external dependencies are needed. \ No newline at end of file +No external dependencies are needed. + +# WARNING +This program is presented as-is. It does not handle a lot of user error's, and may not work as expected. +Use at your own risk. \ No newline at end of file