From e94a9cf24997b31aafe68063d48f59c13e7135d6 Mon Sep 17 00:00:00 2001 From: "J. Quak" Date: Thu, 9 Oct 2025 10:27:02 +0200 Subject: [PATCH] fix: remove isolated vm from readme --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c14d9b62..73d50975 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ ## Prerequisites -As of version `25.29.0`, you will need to install the [requirements for IsolatedVM](https://www.npmjs.com/package/isolated-vm#requirements) which basically include: +As of version `26`, you will need to install the following requirements -- make -- g++ -- python +* [bun](https://bun.com/) ## Installation @@ -16,12 +14,6 @@ To install the CLI you will need [a recent version of Node.js](https://nodejs.or $ npm install -g @betty-blocks/cli ``` -To install the CLI without optional dependencies (isolated-vm) - -```bash -$ npm install -g @betty-blocks/cli --no-optional -``` - ## Update To update the CLI @@ -30,12 +22,6 @@ To update the CLI $ npm update -g @betty-blocks/cli ``` -To update the CLI without optional dependencies (isolated-vm) - -```bash -$ npm update -g @betty-blocks/cli --no-optional -``` - ## Local development Make sure you run bun version `1.2.19` or higher: