Update README
This commit is contained in:
parent
fcf86cefa3
commit
983ae3ae80
1 changed files with 3 additions and 1 deletions
|
@ -11,9 +11,11 @@ Example URL: `https://github.com/BuyMyMojo/aria.coffee/` - Notice the trailing `
|
|||
On dev machine:
|
||||
|
||||
```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:
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue