Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 571 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 571 Bytes

ShiftOverflow

ShiftOverflow is a JavaFX application used to for all COMP110 related office hours scheduling

Installation

In order to install this program, you only need to download the .jar file inside this repository. Once downloaded, simply double-click the file to open the application.

Note: Linux

In order to run this application on Linux, you must first change the permissions of the file or run the application from the command line. This can be done by running the following command in the Terminal:

sudo chmod r+x path/to/TAScheduler.jar