summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-02-26 18:05:13 -0600
committerClay Smith <claysmith158@gmail.com>2023-02-26 18:05:13 -0600
commitf9a4e6d495a4c003d84fb2b3f980ae78048c7a5c (patch)
treec5dbd72574df5c0987057800498dbb625f39e2bd
parentaaae50b6f22079f619ab4012f347fb658863bb79 (diff)
Hopefully now the images work with markdown
-rw-r--r--README.md10
-rw-r--r--images/command_for_multiple_arguments.png (renamed from images/command _for_multiple_arguments.png)bin44701 -> 44701 bytes
2 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index b1763fd..e535b99 100644
--- a/README.md
+++ b/README.md
@@ -15,4 +15,12 @@ The third line prints /dev/input/event2, /dev/input/event5, and /dev/input/event
The output is always 5 columns where the first column is an integer representing the event number passed in by the user. The second is the time since the beginning of the program. The third number is the type associated with the event. The fourth number is the code associated with the event. In the fifth and final column is the current value.
-[Example images of downloading, installing, and running the program](./images/*)
+![How to download and install the program](./images/devout_download_and_install.png)
+![Show what devices are available to use and get event info](./images/program_with_no_arguments.png)
+![Show what devices are available to use and get event info](./images/output_no_arguments.png)
+![Program command for printing a single event](./images/command_for_single_event.png)
+![Program output for printing a single event](./images/output_for_single_event.png)
+![Program command for printing multiple events](./images/command_for_multiple_arguments.png)
+![Program output for printing multiple events](./images/output_for_multiple_arguments.png)
+![Program command with a students code](./images/command_with_students_code.png)
+![Program output with a students example code](./images/output_for_students_example.png)
diff --git a/images/command _for_multiple_arguments.png b/images/command_for_multiple_arguments.png
index f1e28b6..f1e28b6 100644
--- a/images/command _for_multiple_arguments.png
+++ b/images/command_for_multiple_arguments.png
Binary files differ