Fix script name of script to set up docs (#29)

This commit is contained in:
Martin Hjelmare 2018-06-17 12:40:38 +02:00 committed by c727
parent 3789aa95d4
commit b01ae756e1

View File

@ -10,7 +10,7 @@ Documentation is build using [Docusaurus](https://docusaurus.io/docs/en/doc-mark
### Preparing environment
Running the documentation locally requires [NodeJS](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/) to be installed. Inside a cloned fork of this repository, run `script/setup`.
Running the documentation locally requires [NodeJS](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/) to be installed. Inside a cloned fork of this repository, run `script/bootstrap`.
### Running docs locally