Place rsync example into README
This commit is contained in:
parent
09407c3231
commit
de2cf7f9c2
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue