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: