From e5e7778e953ea816b0b96f5962d006e55b915fc3 Mon Sep 17 00:00:00 2001 From: ranrinc Date: Sun, 4 Sep 2016 23:11:37 +0700 Subject: [PATCH] Updated Windows Protobuf How To (markdown) --- Windows-Protobuf-How-To.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Windows-Protobuf-How-To.md b/Windows-Protobuf-How-To.md index d341c0d..ee3ee74 100644 --- a/Windows-Protobuf-How-To.md +++ b/Windows-Protobuf-How-To.md @@ -57,4 +57,5 @@ Next you will need to copy paste and run this command: After this completed you will need to type `nmake` and then `nmake check` (do not worried if you have 5 error) and last but least `nmake install` -This will complete your protobuf installation. \ No newline at end of file +Your protobuf will be available on C:\Users\[USERS]\Downloads\protobuf\install\ +This will complete your protobuf How-To \ No newline at end of file