From b5197676945db6ab5d865a76965bddd671e91760 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 2 Jun 2020 19:35:28 +1000 Subject: [PATCH] add note about first build --- README.development | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.development b/README.development index f9aede636..044f31e31 100644 --- a/README.development +++ b/README.development @@ -30,7 +30,8 @@ need to use WSL or Cygwin to use them. Once you've installed the above components, execute ./run in this repo, which will build the subcomponents, and start Anki. Any arguments included -on the command line will be passed on to Anki. +on the command line will be passed on to Anki. The first run will take +quite a while to download and build everything - please be patient. Before contributing code, please read README.contributing.