Skip to content

Commit 26f4894

Browse files
committed
Update local build info
Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
1 parent d626150 commit 26f4894

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,13 @@ SLSA.dev is hosted on [Netlify](https://www.netlify.com/), and you can run a loc
8888
npm install -g netlify-cli # this will be pre-installed in the DevContainer
8989
```
9090

91-
2. `cd` into the `docs` directory
91+
2. `cd` into the `www` directory
92+
3. Run the following command to build the site:
93+
94+
```shell
95+
./combine-versions.sh
96+
```
97+
9298
3. Run the following command to start the local development server:
9399

94100
```shell

0 commit comments

Comments
 (0)