diff --git a/README.md b/README.md index b8f69fb..0b984ff 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,12 @@ $ cargo run serve ./folder/ $ iexplore.exe http://localhost:6969/ ``` + +### Get GLSL Docs used in the Stream + +The docs used in the stream are in this repo: https://github.com/BSVino/docs.gl.git, +you can get them like this: + +```console +$ git clone --depth 1 https://github.com/BSVino/docs.gl.git +```