mirror of
https://github.com/minio/docs.git
synced 2025-04-22 19:02:57 +03:00
21 lines
442 B
ReStructuredText
21 lines
442 B
ReStructuredText
.. tab-set::
|
|
|
|
.. tab-item:: 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-item:: HTTPS
|
|
|
|
.. code-block:: shell
|
|
:class: copyable
|
|
|
|
mkdir -p ~/minio-kubernetes/git
|
|
cd ~/minio-examples/git
|
|
|
|
git clone https://github.com/minio/minio-operator.git |