We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694517c commit 9817233Copy full SHA for 9817233
1 file changed
extensions/RFC-EXTENSION-SYSTEM.md
@@ -1203,10 +1203,8 @@ Next steps:
1203
1204
**Options:**
1205
1206
-- `--from URL`: Install from custom URL or Git repo
1207
-- `--version VERSION`: Install specific version
1208
-- `--dev PATH`: Install from local path (development mode)
1209
-- `--no-register`: Skip command registration (manual setup)
+- `--from URL`: Install from a remote URL (archive). Does not accept Git repositories directly.
+- `--dev`: Install from a local path in development mode (the PATH is the positional `extension` argument).
1210
- `--priority NUMBER`: Set resolution priority (lower = higher precedence, default 10)
1211
1212
#### `specify extension remove NAME`
0 commit comments