From b01ae756e147cf98d2445da42e4a1c724a53cb10 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Sun, 17 Jun 2018 12:40:38 +0200 Subject: [PATCH] Fix script name of script to set up docs (#29) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27b05005..0e58f71a 100644 --- a/README.md +++ b/README.md @@ -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