mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
Update README.md
This commit is contained in:
parent
58eb14031d
commit
75d0332ad3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ You need Protobuf 3. On Linux this might work:
|
|||
|
||||
``` bash
|
||||
cd ~
|
||||
wget https://github.com/google/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip
|
||||
wget https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip
|
||||
unzip protoc-3.1.0-linux-x86_64.zip
|
||||
export PATH=$HOME/bin:$PATH
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue