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 all commits
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
4 changes: 2 additions & 2 deletions README_extending_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 http://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.
```
Expand Down Expand Up @@ -94,4 +94,4 @@ Lets consider two scenarios as starting point for extending Awesome docker

### How to create Custom Actions

You can refer to [this link](https://docs.unskript.com/unskript-product-documentation/actions/create-custom-actions) on how to create custom Action
You can refer to [this link](https://docs.unskript.com/unskript-product-documentation/actions/create-custom-actions) on how to create custom Action
Loading