mirror of
https://github.com/minio/docs.git
synced 2025-07-21 12:02:14 +03:00
update mc/minio source installation docs (#575)
This commit is contained in:
@ -71,11 +71,8 @@
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
go get -d github.com/minio/mc
|
||||
cd ${GOPATH}/src/github.com/minio/mc
|
||||
make
|
||||
go install github.com/minio/mc@latest
|
||||
|
||||
To update a source-based installation, use ``go get -u``.
|
||||
:mc:`mc update` does not support source-based installations.
|
||||
|
||||
|
||||
|
@ -86,11 +86,8 @@
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
go get -d github.com/minio/minio
|
||||
cd ${GOPATH}/src/github.com/minio/minio
|
||||
make
|
||||
go install github.com/minio/minio@latest
|
||||
|
||||
To update a source-based installation, use ``go get -u``.
|
||||
:mc-cmd:`mc admin update` does not support source-based installations.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user