Skip to content
Merged
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
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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:
Expand Down