Skip to content

Commit a6c2394

Browse files
authored
Update site (#139)
* syncMetadata.sh * update site (no stars)
1 parent 2903ec4 commit a6c2394

File tree

3 files changed

+4755
-2992
lines changed

3 files changed

+4755
-2992
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55

66
## Build the website
77
To regenerate the website, run `scripts/rebuild.sh` from within the docker container defined by `.devcontainer/Dockerfile`:
8+
89
```
910
docker build .devcontainer -t "vcpkg-io"
1011
docker run -it --mount type=bind,source=.,target=/dst "vcpkg-io" bash dst/scripts/rebuild.sh
1112
```
13+
1214
The `rebuild.sh` script can be modified to build a specific commit in this repository.
1315

1416
## Start website

0 commit comments

Comments
 (0)