mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge remote-tracking branch 'origin/Development' into Development
This commit is contained in:
commit
cbca4fdb1c
@ -1,5 +1,13 @@
|
||||
# Protobuffer FAQ
|
||||
|
||||
## How to install
|
||||
|
||||
### On linux
|
||||
|
||||
wget https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip
|
||||
unzip protoc-3.3.0-linux-x86_64.zip -d protoc3
|
||||
sudo mv protoc3/bin/protoc /usr/local/bin/protoc
|
||||
|
||||
## Why protobuffer?
|
||||
|
||||
There are a number of reasons why protobuffer was chosen, here are some of them:
|
||||
|
Loading…
Reference in New Issue
Block a user