aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Matarese <dominicmatarese@gmail.com>2021-10-09 01:42:37 +0000
committerDominic Matarese <dominicmatarese@gmail.com>2021-10-09 01:42:37 +0000
commit6949aedc6f3d90093087d425bc82584de070c0a4 (patch)
treef9bbbaac6c690693fba6920d70594314acace3ba
parent7a98f8d9761de8061178ec7bce79bca7cb48aade (diff)
Made readme more detailedHEADmaster
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98bc14f..edf1966 100644
--- a/README.md
+++ b/README.md
@@ -4,5 +4,14 @@ This command line java program generates a specified number of png images at a s
The images are stored in the same folder as the compiled jar file.
#Usage
+
+Put randomImages.java in a folder where you want the random images to be stored.
+
+Then, in your favorite terminal (or command prompt) navigate to that folder:
+`cd example/images/folder`
+
+Then compile the program:
`javac randomImages.java`
+
+Run the program:
`java -jar randomImages.jar`