Skip to content

Commit

Permalink
Add Protobuf compiler install step before cargo install (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Aug 20, 2023
1 parent 82dcc3f commit 101a27a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ zypper install deno
**Build and install from source using [Cargo](https://lib.rs/crates/deno):**

```sh
# Install the Protobuf compiler
apt install -y protobuf-compiler # Linux
brew install protobuf # macOS

# Build and install Deno
cargo install deno
```

Expand Down

1 comment on commit 101a27a

@Jachimovi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md

Please sign in to comment.