Update README

This commit is contained in:
Aria 2025-03-19 07:26:56 +11:00
parent fcf86cefa3
commit 983ae3ae80
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -11,9 +11,11 @@ Example URL: `https://github.com/BuyMyMojo/aria.coffee/` - Notice the trailing `
On dev machine: On dev machine:
```sh ```sh
pnpm run build && rm -r ./dist-new && mv ./dist ./dist-new && croc send ./dist-new pnpm run build && rm -r ./dist-new && mv ./dist ./dist-new && croc send --zip ./dist-new
``` ```
The `--zip` is required as there is some file name somewhere that croc doesn't like so putting in a zip fixes this.
on server: on server:
```sh ```sh