mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 00:10:29 +08:00
fix: use relative path for download script
This commit is contained in:
parent
666803e293
commit
3a8d73feb0
@ -43,7 +43,7 @@ Use these defaults unless the user specifies otherwise:
|
|||||||
Run `download-image.sh` (located in this skill's `scripts/` directory) to download and preview the image:
|
Run `download-image.sh` (located in this skill's `scripts/` directory) to download and preview the image:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bash skills/generating-images/scripts/download-image.sh \
|
bash scripts/download-image.sh \
|
||||||
--url "<image_url_from_response>" \
|
--url "<image_url_from_response>" \
|
||||||
--id "<responseId>" \
|
--id "<responseId>" \
|
||||||
--format "<outputFormat>" \
|
--format "<outputFormat>" \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user