diff --git a/doc/building.md b/doc/building.md index 9e41968..b7c3df4 100644 --- a/doc/building.md +++ b/doc/building.md @@ -15,7 +15,7 @@ Ubuntu install: https://github.com/golang/go/wiki/Ubuntu Generate the js bundle for the frontend: ``` -cd public/js +cd public rollup -c rollup.config.js ```