From 4df7f12d11a97678c80c9dfa4fb4d01721b04e70 Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Wed, 16 Mar 2022 17:31:38 -0300 Subject: [PATCH] Remove note about generating python protos This will be easier than before, but is not well defined yet. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d33a046..c089264 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ This application script consumes Bisq .proto files (`pb.proto` and `grpc.proto`), and produces `index.html.md` -- a [Slate](https://github.com/slatedocs/slate) compatible Markdown file. -_Note: For Python proto generation to work properly, the .proto files must be copied to the project's proto -directory from the remote or local GitHub repo. They are not versioned in this project repo._ - The Markdown file is then manually deployed to a developer's or bisq-network's fork of the [Slate repository](https://github.com/slatedocs/slate), where the slate fork transforms it to a single html file describing Bisq gRPC API services, with example code.