modify readme.md add submodule config

This commit is contained in:
me 2022-05-02 10:40:10 +02:00
parent 7dcbbcc711
commit 62adf54fc4

View File

@ -1,5 +1,5 @@
# Add Ansible Role to your project # Add Ansible Role to your project
''' bash ``` bash
cd <ansible_remote_folder> cd <ansible_remote_folder>
git submodule add <repository_url> roles/oh-my-zsh git submodule add <repository_url> roles/oh-my-zsh
''' ```