docs: add hint for linking dependencies time (#1470)

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.
This commit is contained in:
TurekBot 2019-05-16 20:17:47 -06:00 committed by Yangshun Tay
parent 2a48b83ff2
commit a7b19c083a

View file

@ -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