summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2024-01-16 15:04:45 -0500
committervin <git@vineetk.net>2024-01-16 15:07:23 -0500
commit102a3ef5f38a1861a98c1a0b4c5a1643006cd663 (patch)
treea680010951020005ba123645ef5ff6cfe3776109
parent3cf356f63895686e34aa0560c71dcb1ff8c29397 (diff)
add mirror section in readme
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 93917e4..d74cbad 100644
--- a/README.md
+++ b/README.md
@@ -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
10aplus --list-all 10`aplus --list-all`
11 11
12### List favorite courses and canvas course codes 12### List favorite courses and canvas course codes
13aplus --list-favorites 13`aplus --list-favorites`
14 14
15### Enter code for a specified course 15### Enter code for a specified course
16aplus --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/)