diff --git a/README.md b/README.md index e6a8e54..3a4a2ed 100644 --- a/README.md +++ b/README.md @@ -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