mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-25 06:10:25 -07:00
Add an option
This commit is contained in:
parent
bbeefb4476
commit
4966274d19
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,12 @@ mkdir -p ~/ansible_collections/community/mysql
|
|||
git clone https://github.com/YOURACC/community.mysql.git ~/ansible_collections/community/mysql
|
||||
```
|
||||
|
||||
If you prefer to use the SSH protocol:
|
||||
```bash
|
||||
git clone git@github.com:YOURACC/community.mysql.git ~/ansible_collections/community/mysql
|
||||
```
|
||||
|
||||
|
||||
7. Go there:
|
||||
```bash
|
||||
cd ~/ansible_collections/community/mysql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue