Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,16 @@ bash <(curl -sL https://raw.githubusercontent.com/databricks-solutions/ai-dev-ki
<details>
<summary><strong>Advanced Options</strong> (click to expand)</summary>

**macOS workaround if the install command is killed**

If the process-substitution form above is killed by the shell (e.g. `zsh: killed bash`), download the script first and then run it:

```bash
curl -L https://raw.githubusercontent.com/databricks-solutions/ai-dev-kit/main/install.sh -o install.sh
chmod +x install.sh
./install.sh
```

**Global installation with force reinstall**

```bash
Expand Down