From f9a4e6d495a4c003d84fb2b3f980ae78048c7a5c Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Sun, 26 Feb 2023 18:05:13 -0600 Subject: Hopefully now the images work with markdown --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') 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) -- cgit v1.2.1