Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README_extending_docker.md #865

Merged
merged 2 commits into from
Sep 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README_extending_docker.md
  • Loading branch information
amit-chandak-unskript authored Sep 11, 2023
commit 03ac3a9c012892e72574fee366405505e40cb0e8
2 changes: 1 addition & 1 deletion README_extending_docker.md
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ You can use our base docker to extend the functionality to fit your need. The st
Git repo.
```
cd $YOUR_REPO_DIRECTORY
git submodule add https://github.com/Awesome-CloudOps-Automation.git Awesome-CloudOps-Automation
git submodule add https://github.com/unskript/Awesome-CloudOps-Automation.git Awesome-CloudOps-Automation
```
2. In same directory, you will need to create two sub-folders.
```