mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
Update getting-started-installation.md (#331)
instruction to run local `docusaurus-init` via `npx`
This commit is contained in:
parent
3e2cfc27ff
commit
e6a1844299
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@ root-of-repo
|
|||
│ └── static
|
||||
```
|
||||
|
||||
> If you do not want to install the init script globally, you can install it locally and then run it from the `node_modules` directory that is created via `./node_modules/.bin/docusaurus-init`. You may want to remove the created `package.json` file and `node_modules` directory after you run the script.
|
||||
> If you do not want to install the init script globally, you can install it locally and then run it via `npx docusaurus-init` or from the `node_modules` directory that is created via `./node_modules/.bin/docusaurus-init`. You may want to remove the created `package.json` file and `node_modules` directory after you run the script.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue