Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Update regenerate.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaihang committed Mar 2, 2020
1 parent d2c3a0d commit 924bae8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions protos/regenerate.md
Expand Up @@ -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```

```protoc --dart_out=../lib/gen ./landmark.proto```

```protoc --objc_out=../ios/gen ./landmark.proto```

0 comments on commit 924bae8

Please sign in to comment.