From 94d0414408e1c1c0c8676af49ac6712995488664 Mon Sep 17 00:00:00 2001 From: kthoden Date: Wed, 9 Sep 2020 12:15:43 +0200 Subject: [PATCH] Update installation instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 071d20c..64776df 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ cd eoapp10 source bin/activate - git clone this here + git clone https://github.molgen.mpg.de/EditionOpenAccess/eoa-1.0 - cd website + cd eoa-1.0/website pip install -r requirements.txt python manage.py runserver localhost:8003 @@ -15,4 +15,4 @@ ## Operation Live in the past at http://localhost:8003/index.html -Open your browser at http://localhost:8003/admin/ (credentials: admin/admin) +For administration, open your browser at http://localhost:8003/admin/ (credentials: admin/admin)