readme update
This commit is contained in:
parent
6d75691214
commit
760bbf88fd
11
README.md
11
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.
|
||||
|
||||
# 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.
|
Loading…
Reference in New Issue