diff --git a/README.md b/README.md index da8b769..1766e45 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ After that 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 Just as when building a release, you need to ensure that JS dependencies are installed: