From 9a0d1d5d4e9c5b0059fa2a5f4d42b8e051d57033 Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Sat, 4 Mar 2023 16:14:03 +0100 Subject: [PATCH] Setup readme --- run/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run/readme.md b/run/readme.md index 4533cc44..aa674c6e 100644 --- a/run/readme.md +++ b/run/readme.md @@ -14,7 +14,9 @@ To go from a clean check out of the git repo to a running search engine, follow these steps. You're assumed to sit in the project root the whole time. 1. Run the one-time setup, it will create the -basic runtime directory structure +basic runtime directory structure and download some models and data that doesn't +come with the git repo. + ``` $ run/setup.sh ```