Skip to content

Commit a9f9f5e

Browse files
committed
aitools/README: fix install command shape
The README listed `databricks aitools install [skill-name]`, but the command is `Use: "install"` with `cobra.NoArgs` and uses `--skills <name>` for specific skills. Match the actual command. Co-authored-by: Isaac
1 parent 7806a94 commit a9f9f5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aitools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Commands
66

7-
- `databricks aitools install [skill-name]`
7+
- `databricks aitools install` (use `--skills <name>[,<name>...]` to install specific skills)
88
- `databricks aitools update`
99
- `databricks aitools uninstall`
1010
- `databricks aitools list`

0 commit comments

Comments
 (0)