1
0
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:
Harshavardhana
2022-09-21 10:40:06 -07:00
committed by GitHub
parent 6501f7abd1
commit 7388f4b33e
2 changed files with 2 additions and 8 deletions

View File

@ -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.

View File

@ -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.