You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ This module is based on the [s3git-go](https://github.com/s3git/s3git-go) packag
14
14
Installation
15
15
------------
16
16
17
-
Below are the installation instruction for the s3git-py module.
17
+
Please make sure you have a working Golang environment installed, otherwise you cannot build the shared library. See [install golang](https://github.com/minio/minio/blob/master/INSTALLGO.md) for setting up a working Golang environment.
18
+
19
+
Also the s3git-go package needs to be available locally (`go get -d github.com/s3git/s3git-go`).
0 commit comments