1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

Add Windows instructions to README

This commit is contained in:
Jed Mao 2018-06-01 18:48:23 -05:00
parent 7b5fbc7197
commit f651e24148

View file

@ -85,6 +85,12 @@ On macOS, using [HomeBrew](https://brew.sh/):
brew install protobuf
```
on Windows, using [vcpkg](https://github.com/Microsoft/vcpkg):
```
>vcpkg install protobuf protobuf:x64-windows
```
Then you need [protoc-gen-go](https://github.com/golang/protobuf/tree/master/protoc-gen-go) and [go-bindata](https://github.com/jteeuwen/go-bindata):
``` bash