summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/readme.md b/readme.md
index 4246391..8a00863 100644
--- a/readme.md
+++ b/readme.md
@@ -101,16 +101,8 @@ Running
- run the session daemon: python3 daemon.py
- run the web server for client communication: node web/main.js
-Misc.
-=====
-
-Add a new problem to the database by running
-
- python -m scripts.add_problem
-
-in the toplevel directory. This will ask for language and problem group (groups
-can be shared between languages, e.g. Introduction can be used for both Prolog
-and Python). The script will print the ID and path for the new problem.
+Testing
+=======
You can test stuff in a python interpreter: