Update _index.md

This commit is contained in:
LisaFC 2018-11-12 17:55:32 +00:00 committed by GitHub
parent 656e9a509d
commit 5bfbc5dd67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -460,9 +460,7 @@ Depending on your deployment choice you may want to serve your site locally duri
{{% alert title="Note" color="primary" %}}
If you've just added the theme as a submodule in a local version of your site and haven't committed it to a repo yet, you must get local copies of the theme's own submodules before serving your site.
```
git submodule update --init --recursive
```
{{% /alert %}}
1. Ensure you have the tools described in [Installation and Prerequisites](#installation-and-prerequisites) installed on your local machine, including `postcss-cli` (you'll need it to generate the site resources the first time you run the server).