diff --git a/README.md b/README.md index c542a8c..c817a4d 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,19 @@ Supported languages: - Perl - Python 2 / Python 3 +Support plagiarism detection via [Stanford MOSS](https://theory.stanford.edu/~aiken/moss/). + ## Installation +Check out the install documentation at [docs.dmoj.ca](docs.dmoj.ca). Remember to update the `local_settings.py`. + +## Usage + Activate virtualenv: ```bash source dmojsite/bin/activate ``` -Remember to update the `local_settings.py`. - Run server: ```bash python manage.py runserver 0.0.0.0:8000