Skip to content

Commit 9de651d

Browse files
authored
Merge pull request #8 from oracle-devrel/develop
Readme update
2 parents 4861cd9 + a3f988b commit 9de651d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,21 @@ It reads input data in the form of CD3 Excel sheets and generates the terraform
1111
<img width="434" alt="image" src="https://user-images.githubusercontent.com/103475219/199982639-3b78c9cc-1b30-4a78-bafb-75ceb05309c0.png">
1212
<br><br>
1313

14+
`To ease the execution of toolkit, we have provided the steps to build an image which encloses the code base and its package dependencies. Follow the steps provided below to clone the repo and build the image.`
15+
<br><br>
16+
1417
## Getting Started
1518

1619
### To clone the repo
17-
* Click on the "Code" button located towards the top right side of the repo page.
18-
* Copy the HTTPS link and run the git clone command as below inside the directory where the repo needs to be cloned:
20+
* Open your terminal and change the directory to the one where you want to download the git repo.
21+
* Run the git clone command as shown below:
1922
git clone https://github.com/oracle-devrel/cd3-automation-toolkit
20-
* Once the cloning command completes successfully, the repo will replicate to the local directory
23+
* Once the cloning command completes successfully, the repo will replicate to the local directory.
2124
* Run command "git pull" or "git pull <repo_web_url> main" to replicate any new changes to the repo upon a new release
2225

2326
### To build an image
2427

25-
* Change directory to cd3-automation-toolkit(i.e. cloned repo).
28+
* Change directory to cd3-automation-toolkit(i.e. the cloned repo in your local).
2629
* Run docker build -t cd3toolkit:${image_tag} -f Dockerfile --pull --no-cache .
2730
<br><br>
2831
### To save the image (Optional)

0 commit comments

Comments
 (0)