From a7b19c083a8aa3e5bce78ed627c99164d6a2b0ba Mon Sep 17 00:00:00 2001 From: TurekBot Date: Thu, 16 May 2019 20:17:47 -0600 Subject: [PATCH] docs: add hint for linking dependencies time (#1470) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In this tutorial we assume that the user may or may not have used Node.js. It would follow then, based on how long it takes the "Linking dependencies" step to complete—243.61s for me—that we give them a hint that it might take a minute. --- docs/tutorial-create-new-site.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial-create-new-site.md b/docs/tutorial-create-new-site.md index c272d81a0b..b3076ac351 100644 --- a/docs/tutorial-create-new-site.md +++ b/docs/tutorial-create-new-site.md @@ -15,6 +15,8 @@ In this section we'll get our Docusaurus site up and running for local developme docusaurus-init ``` +> The `Linking dependencies...` step might take a while, but it will finish eventually. + The following contents will be created for you in the directory you are in. ```sh