diff --git a/protos/regenerate.md b/protos/regenerate.md index 83c0325..b3a1697 100644 --- a/protos/regenerate.md +++ b/protos/regenerate.md @@ -6,5 +6,7 @@ 1. Get the latest linux protoc compiler from https://github.com/google/protobuf/releases/ (protoc-X.X.X-linux-x86_64.zip) 1. Copy /bin/protoc into /home/.pub-cache/bin/ 1. Run the following commands from this project's protos folder -```protoc --dart_out=../lib/gen ./landmark.proto``` -```protoc --objc_out=../ios/gen ./landmark.proto``` \ No newline at end of file + + ```protoc --dart_out=../lib/gen ./landmark.proto``` + + ```protoc --objc_out=../ios/gen ./landmark.proto``` \ No newline at end of file