diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -60,9 +60,9 @@ scoop install deno Build and install from source using [Cargo](https://crates.io/crates/deno): ```sh -# Install the Protobuf compiler -apt install -y protobuf-compiler # Linux -brew install protobuf # macOS +# Install build dependencies +apt install -y cmake protobuf-compiler # Linux +brew install cmake protobuf # macOS # Build and install Deno cargo install deno --locked |