Place rsync example into README

This commit is contained in:
arne 2025-11-21 00:33:12 +01:00
commit de2cf7f9c2

View file

@ -18,6 +18,12 @@ After that
npm run build npm run build
``` ```
You can upload these files to any static file server, for example using `rsync`:
``` bash
rsync -rsvP --delete-after --exclude js/cljs-runtime/ public/ user@server:some/directory
```
## Development ## Development
Just as when building a release, you need to ensure that JS dependencies are installed: Just as when building a release, you need to ensure that JS dependencies are installed: