From de2cf7f9c2f0033e79790bbbdc9eb974e7e4815f Mon Sep 17 00:00:00 2001 From: arne Date: Fri, 21 Nov 2025 00:33:12 +0100 Subject: [PATCH] Place `rsync` example into README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: