Skip to content

Commit 541005f

Browse files
committed
Update env setup
Signed-off-by: Marc Duiker <[email protected]>
1 parent cbbe2ba commit 541005f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,16 @@ cd ./daprdocs
8080
git submodule update --init --recursive
8181
```
8282

83-
5. Install npm packages:
83+
1. Navigate back to the repository root and install npm packages:
8484

8585
```sh
86+
cd ..
8687
npm install
8788
```
8889

8990
## Run local server
9091

91-
1. Make sure you're in the `daprdocs` directory
92+
1. Make sure you're in the root of the repository
9293
2. Run
9394

9495
```sh

0 commit comments

Comments
 (0)