mirror of https://github.com/dapr/docs.git
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:
parent
1a7c20d700
commit
10d4ee2822
10
README.md
10
README.md
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue