Fixing README submodule instructions (#911)

* Update README.md

* Remove duplicate step

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
Ori Zohar 2020-11-18 15:50:29 -08:00 committed by GitHub
parent 1a7c20d700
commit 10d4ee2822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -30,17 +30,13 @@ git clone https://github.com/dapr/docs.git
``` ```
3. Change to daprdocs directory: 3. Change to daprdocs directory:
```sh ```sh
cd daprdocs cd ./docs/daprdocs
``` ```
4. Add Docsy submodule: 4. Update submodules:
```sh
git submodule add https://github.com/google/docsy.git themes/docsy
```
5. Update submodules:
```sh ```sh
git submodule update --init --recursive git submodule update --init --recursive
``` ```
6. Install npm packages: 5. Install npm packages:
```sh ```sh
npm install npm install
``` ```