diff --git a/README.md b/README.md index 6a7ca464d..836bb5791 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,11 @@ Currently, we have the following packages: Prepare yarn: ``` -npm install -g yarn@2 +npm install -g yarn@3 yarn install ``` -Prepare Databricks JavaScript SDK: - -``` -yarn run install:sdk -``` +The Databricks JavaScript SDK (`@databricks/sdk-experimental`) is a regular npm dependency and is installed automatically by `yarn install` — no separate step is required. Prepare Databricks CLI: