summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fred.yin@sjtu.edu.cn>2021-10-12 08:04:02 +0800
committerFrederick Yin <fred.yin@sjtu.edu.cn>2021-10-12 08:04:02 +0800
commit7edf052ac6c8a2e9fbc3523dfe5cd32f92ff2b2c (patch)
tree562272e35e242bb9f09b82ea61dd47ef5fd91026
parent4db5b3052ddf24056791d040a62b3a69c91f6350 (diff)
Update README
- New slappin' slogan - Update todo - Command usage more specific
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index c438c6b..234ded6 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# Leningrade
-Because grades belong to everyone™
+Seize the Means of Deduction™
> N.B.: You will only need this tool if you are a UMJI (University of Michigan -
-> SJTU Joint Institute freshman student enrolling in VG101 or VG151.
+> SJTU Joint Institute freshman student enrolling in Manuel's VG151.
> WARNING: NO WARRANTY OF ANY KIND. THE PROJECT IS NOT REMOTELY COMPLETE.
@@ -119,7 +119,7 @@ optional arguments:
Self-grade your homework as follows.
```
-$ python leningrade.py -n <homework number> -i <homework id>
+$ python leningrade.py -n 2 -i 615542bfb3c06a0006f45dd6
```
This will clone (or pull, if it already exists) your group's repo, and run tests
@@ -194,6 +194,7 @@ enumerates what the Helper will grade your work upon, i.e. rubrics.
This is a non-exhaustive list of Leningrade's improvement-worthy aspects.
+- C and C++ support
- Display results as a checklist of what needs to be done
- More friendly way to specify exercises
- Reestablish USSR
@@ -201,6 +202,7 @@ This is a non-exhaustive list of Leningrade's improvement-worthy aspects.
- If unable to restore multiprocessing, display JOJ progress to user
- Comment worker code in a separate document (the Helper's author refused to
comment while we want to keep mainline compatibility)
+- Separate JOJ and Gitea endpoints into config
## Contributing