mirror of
https://github.com/minio/minio.git
synced 2025-12-06 07:42:32 -05:00
feat: detect starting from windows explorer (#13570)
Windows users often click on the binary without knowing MinIO is a command-line tool and should be run from a terminal. Throw a message to guide them on what to do. Co-authored-by: Klaus Post <klauspost@gmail.com>
This commit is contained in:
1
go.mod
1
go.mod
@@ -32,6 +32,7 @@ require (
|
||||
github.com/gomodule/redigo v2.0.0+incompatible
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/inconshreveable/mousetrap v1.0.0
|
||||
github.com/jcmturner/gokrb5/v8 v8.4.2
|
||||
github.com/json-iterator/go v1.1.12
|
||||
github.com/klauspost/compress v1.13.6
|
||||
|
||||
Reference in New Issue
Block a user