Updated InstallTroubleshooting (markdown)

Hasith 2020-08-13 08:08:33 +05:30
parent 8597da9c4b
commit 2bc6db7a15

@ -51,5 +51,6 @@ Visit us on IRC or ask on the mailing list. You will want to provide the output
```
go version
go env
env | grep GO
env | grep GO # Linux/darwin
set | findstr GO # Windows
```