From 1874262846966bfe2fbde2048a0aed2ac2155a97 Mon Sep 17 00:00:00 2001 From: Grigory Panov Date: Fri, 12 Jun 2026 19:04:46 +0200 Subject: [PATCH] Update README setup instructions Bump yarn to v3 (matching packageManager in package.json) and drop the obsolete install:sdk step now that @databricks/sdk-experimental is a regular npm dependency installed by yarn install. Co-authored-by: Isaac --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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: