diff options
Diffstat (limited to 'system/keybase/README')
-rw-r--r-- | system/keybase/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/keybase/README b/system/keybase/README new file mode 100644 index 0000000000..4002b9ec61 --- /dev/null +++ b/system/keybase/README @@ -0,0 +1,5 @@ +This package provides command-line Go-based keybase client. + +NOTE: Please make sure GOROOT variable point to the correct google's go +implementation rather than gcc's go before building since it requires +go 1.5 and higher (gcc's go is at 1.4.2) |