mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
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:
parent
2a48b83ff2
commit
a7b19c083a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue