diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -60,6 +60,11 @@ 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 + +# Build and install Deno cargo install deno --locked ``` |