pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.61k stars 462 forks source link

install error using go get #395

Open kawasakizx10rr opened 5 years ago

kawasakizx10rr commented 5 years ago

Hello i have found your proto tool and am very much looking forward to seeing it in action, however i am unable to get it running correctly. I am using windows 10 and i install protoc-gen-doc using the go get method, to which the files where successfully downloaded-installed on my computer, however i am not able to run any of the commands to test or generate files. I am unsure where to place the files "its location" as it is not specified in the documentation so i just entered: *protoc --doc_out=./doc --doc_opt=html,index.html proto/.proto and I get the error: 'protoc' is not recognized as an internal or external command, operable program or batch file.** what is wrong, why am i getting this error ?? and where do i find the folder to place my proto files and collect the generated html files ?

Many thanks from Edd.

anhldbk commented 3 years ago

@kawasakizx10rr I think you have problems with protoc installation