protoc-gen-doc
protoc-gen-doc copied to clipboard
install error using go get
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.
@kawasakizx10rr I think you have problems with protoc installation