Skip to content

Commit 2ded4af

Browse files
committed
docs: use curl --create-dirs for cleaner install one-liner
1 parent 3fff912 commit 2ded4af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent-pdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Let AI agents edit and fill PDFs through [SimplePDF](https://simplepdf.com).
55
## Install
66

77
```bash
8-
mkdir -p ~/.claude/skills/edit-pdf && curl -o ~/.claude/skills/edit-pdf/SKILL.md https://agent.simplepdf.com
8+
curl --create-dirs -o ~/.claude/skills/edit-pdf/SKILL.md https://agent.simplepdf.com
99
```
1010

1111
## Quick start

0 commit comments

Comments
 (0)