Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
btzy authored Jul 23, 2017
1 parent 0daa662 commit 01bac1d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# autotimetable
Automatic timetable generation engine for NUS modules

## Notes

The input `modules.json` file uses the NUSMods API format. You can download an updated copy of `modules.json` from there.

## Command-line usage

`autotimetable --modulefile=<filename> --required=<comma-separated module list>`

### Example

`autotimetable --modulefile=modules.json --required=CS1010,MA1101R,CS1231,BN1101,GET1002`

Do not put any spaces in the module list!

0 comments on commit 01bac1d

Please sign in to comment.