From 902ca7e3a7dfb0055e47e1b46fe949bc0781131b Mon Sep 17 00:00:00 2001 From: Albin Date: Mon, 29 Jan 2018 09:54:07 +0100 Subject: [PATCH] update setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48a348b..490a91a 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,5 @@ Returns a list of five search hints for the given string. Commonly used for auto git clone https://github.com/Abbe98/ksamsok-rest.git cd ksamsok-rest pipenv install -pipenv run python3 app.py +pipenv run python3 src/app.py ```