mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -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
|
``` bash
|
||||||
cd ~
|
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
|
unzip protoc-3.1.0-linux-x86_64.zip
|
||||||
export PATH=$HOME/bin:$PATH
|
export PATH=$HOME/bin:$PATH
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue