diff --git a/satellite/admin/ui/README.md b/satellite/admin/ui/README.md index 695af7495..a879aad0a 100644 --- a/satellite/admin/ui/README.md +++ b/satellite/admin/ui/README.md @@ -39,3 +39,9 @@ To create an optimized version of the app: ```bash npm run build ``` + +And then, place the files of the build in the assets directory for allowing Go to embed them into the satellite binary. + +```bash +cp -r build/* assets/ +```