From 46b5b2ae352d74a7163206e2005a929bb994152f Mon Sep 17 00:00:00 2001 From: Buckaroo Banzai <39065740+BuckarooBanzay@users.noreply.github.com> Date: Sun, 20 Nov 2022 19:33:04 +0100 Subject: [PATCH] fix buildig doc (thanks Juri#8208) --- doc/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```