Skip to content

Commit 80c25b5

Browse files
committed
fix CONTRIBUTING.md
Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
1 parent 1acffa6 commit 80c25b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ VS Code will build the container and configure the development environment autom
8181
Once done, you can open a Terminal and launch the development server in the DevContainer with the following command:
8282

8383
```shell
84-
cd docs
84+
cd www
85+
../tools/combine-versions.sh
86+
bundle exec jekyll serve
8587
netlify dev -c 'bundle exec jekyll serve --livereload --incremental'
8688
```
8789

0 commit comments

Comments
 (0)