From aba744e44084851d60c978529f76e4049075c219 Mon Sep 17 00:00:00 2001 From: Bram Date: Tue, 5 Mar 2024 21:20:13 +0100 Subject: [PATCH] doc(store): add instructions on how to download css/js assets --- store/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/store/README.md b/store/README.md index 004ff307..628ef794 100644 --- a/store/README.md +++ b/store/README.md @@ -17,6 +17,9 @@ nano config.toml mkdir -p ../builds/default/v3/ curl https://app.yunohost.org/default/v3/apps.json > ../builds/default/v3/apps.json +# you need to manually download the assets to have access to the css and the javascript files +(cd assets && bash fetch_assets) + # You will also want to run list_builder.py to initialize the .apps_cache (at least for a few apps, you can Ctrl+C after a while) pip3 install tqdm GitPython pushd ..