diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 73e57f3c31..7999dc78c1 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -7,7 +7,7 @@ - @@ -63,4 +63,4 @@ - \ No newline at end of file + diff --git a/docs/release-engineering.md b/docs/release-engineering.md index 005a2ed093..405845d40f 100644 --- a/docs/release-engineering.md +++ b/docs/release-engineering.md @@ -219,6 +219,7 @@ Build the software: NOTE: GOOS can't be Darwin because GOPHERJS doesn't support it. ``` +cd docs/flattener export GOPHERJS_GOROOT="$(go1.17.1 env GOROOT)" export GOOS=linux gopherjs build