From 390b6632e68fc456b11c17eaaa12f7979173b78d Mon Sep 17 00:00:00 2001 From: thanhluong Date: Sat, 2 Jan 2021 17:12:18 +0900 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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