Added text to readme to specify how to build the webapp.asar file

This commit is contained in:
Bryan Everly 2023-11-10 13:34:35 +02:00
parent b8e0e26a30
commit f0e168cf68

View file

@ -54,6 +54,7 @@ provide the `webapp` directory directly:
```
# Assuming you've checked out and built a copy of element-web in ../element-web
ln -s ../element-web/webapp ./
yarn asar-webapp # Builds the webapp.asar package
```
[TODO: add support for fetching develop builds, arbitrary URLs and arbitrary paths]