From 4633dd5179fe679a4f4f9bab5bdeeec2fa38936b Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Wed, 27 Sep 2017 12:23:19 -0400 Subject: [PATCH] Add a note about running time, see #72 --- doc/0.getting_started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/0.getting_started.md b/doc/0.getting_started.md index abf9e8e..b90dfe7 100644 --- a/doc/0.getting_started.md +++ b/doc/0.getting_started.md @@ -43,6 +43,10 @@ The available commands are: * `serve` to serve the built-in webapp with the development server. Do not use in production. +_Note:_ Fetching flats can be quite long and take up to a few minutes. This +should be better optimized. To get a verbose output and have an hint about the +progress, use the `-v` argument. + ### Common arguments