Skip to content

Commit f86d3cd

Browse files
committed
chore: fix versioned install command
1 parent a7658f5 commit f86d3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ curl -fsSL https://raw.githubusercontent.com/iterate/devwrap/main/install.sh | b
1313
Install a specific release:
1414

1515
```bash
16-
curl -fsSL https://raw.githubusercontent.com/iterate/devwrap/main/install.sh | bash -- -v 0.1.0
16+
curl -fsSL https://raw.githubusercontent.com/iterate/devwrap/main/install.sh | bash -s -- -v 0.0.2
1717
```
1818

1919
## Quick Start

0 commit comments

Comments
 (0)