diff options
| author | vin <git@vineetk.net> | 2024-01-16 15:04:45 -0500 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2024-01-16 15:07:23 -0500 |
| commit | 102a3ef5f38a1861a98c1a0b4c5a1643006cd663 (patch) | |
| tree | a680010951020005ba123645ef5ff6cfe3776109 /README.md | |
| parent | 3cf356f63895686e34aa0560c71dcb1ff8c29397 (diff) | |
add mirror section in readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
| @@ -7,10 +7,15 @@ In the meantime however, any students from other universities wishing to use the | |||
| 7 | ## Usage | 7 | ## Usage |
| 8 | 8 | ||
| 9 | ### List all courses and canvas course codes | 9 | ### List all courses and canvas course codes |
| 10 | aplus --list-all | 10 | `aplus --list-all` |
| 11 | 11 | ||
| 12 | ### List favorite courses and canvas course codes | 12 | ### List favorite courses and canvas course codes |
| 13 | aplus --list-favorites | 13 | `aplus --list-favorites` |
| 14 | 14 | ||
| 15 | ### Enter code for a specified course | 15 | ### Enter code for a specified course |
| 16 | aplus --code <code> --course <canvas_course_number> \ No newline at end of file | 16 | `aplus --code <code> --course <canvas_course_number>` |
| 17 | |||
| 18 | ## Mirrors | ||
| 19 | [Codeberg](https://codeberg.org/flpolyaplus/aplus/) | ||
| 20 | |||
| 21 | [Gitea (vineetk)](https://gitea.vineetk.net/flpolyaplus/aplus/) | ||
