mirror of
https://github.com/minio/docs.git
synced 2025-06-04 08:42:23 +03:00
21 lines
429 B
ReStructuredText
21 lines
429 B
ReStructuredText
.. tabs::
|
|
|
|
.. tab:: SSH
|
|
|
|
.. code-block:: shell
|
|
:class: copyable
|
|
|
|
mkdir -p ~/minio-kubernetes/git
|
|
cd ~/minio-examples/git
|
|
|
|
git clone git@github.com:minio/minio-operator.git
|
|
|
|
.. tab:: HTTPS
|
|
|
|
.. code-block:: shell
|
|
:class: copyable
|
|
|
|
mkdir -p ~/minio-kubernetes/git
|
|
cd ~/minio-examples/git
|
|
|
|
git clone https://github.com/minio/minio-operator.git |