diff --git a/READEME.md b/READEME.md index 56f9288..92bbe19 100644 --- a/READEME.md +++ b/READEME.md @@ -13,8 +13,11 @@ This is the final build of the Schedule Generator Application. [download](/example_images/download.png) 4. Extract the Files +[extract](/example_images/extract.png) 5. Run the ` ScheduleGenerator.exe ` file. This may prompt a warning from windows to not run it, click ` Run Anyway ` to start the app. +[more](/example_images/more-info.png) +[run](/example_images/run.png) Select the [course selection data file](/example/course_selection_data_example.csv) from the ` example ` folder and click ` Generate `. diff --git a/example_images/extract.png b/example_images/extract.png new file mode 100644 index 0000000..2a5ce5a Binary files /dev/null and b/example_images/extract.png differ diff --git a/example_images/more-info.png b/example_images/more-info.png new file mode 100644 index 0000000..b5d70a4 Binary files /dev/null and b/example_images/more-info.png differ diff --git a/example_images/run.png b/example_images/run.png new file mode 100644 index 0000000..2fb226e Binary files /dev/null and b/example_images/run.png differ