Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,9 @@ Continue with the [Run local server](#run-local-server) steps.
1. Ensure pre-requisites are installed.
1. [Fork](https://github.com/dapr/docs/fork) and clone this repository.

1. Change to daprdocs directory:
1. Make sure you are in the root folder for the docs repo. You should find a hugo.yaml file in this directory.

```sh
cd ./daprdocs
```

4. Update submodules:
1. Update submodules:

```sh
git submodule update --init --recursive
Expand Down
Loading