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
|
.. code-block:: shell
|
||||||
:class: copyable
|
:class: copyable
|
||||||
|
|
||||||
go get -d github.com/minio/mc
|
go install github.com/minio/mc@latest
|
||||||
cd ${GOPATH}/src/github.com/minio/mc
|
|
||||||
make
|
|
||||||
|
|
||||||
To update a source-based installation, use ``go get -u``.
|
|
||||||
:mc:`mc update` does not support source-based installations.
|
:mc:`mc update` does not support source-based installations.
|
||||||
|
|
||||||
|
|
||||||
|
@ -86,11 +86,8 @@
|
|||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
:class: copyable
|
:class: copyable
|
||||||
|
|
||||||
go get -d github.com/minio/minio
|
go install github.com/minio/minio@latest
|
||||||
cd ${GOPATH}/src/github.com/minio/minio
|
|
||||||
make
|
|
||||||
|
|
||||||
To update a source-based installation, use ``go get -u``.
|
|
||||||
:mc-cmd:`mc admin update` does not support source-based installations.
|
:mc-cmd:`mc admin update` does not support source-based installations.
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user