Skip to content

Commit f5369be

Browse files
authored
Update README.md
Made all the links in file to in-line links
1 parent fc90107 commit f5369be

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33

44
## Prerequisites:
5-
AWS CLI Please follow instructions in this link: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html
6-
Docker Please follow instructions in this link: https://docs.docker.com/install/
7-
maven Please follow instructions in this link: https://maven.apache.org/download.cgi
8-
Either Docker hub /AWS ECR : https://docs.aws.amazon.com/AmazonECR/latest/userguide/get-set-up-for-amazon-ecr.html
5+
6+
Install [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html)
7+
Install [Docker](https://docs.docker.com/install/)
8+
Install [maven](Please follow instructions in this link: https://maven.apache.org/download.cgi)
9+
Setup either [Docker hub](https://hub.docker.com/signup)/[AWS ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/get-set-up-for-amazon-ecr.html)
910
## Run the code
1011

1112
### Step 1:
@@ -20,7 +21,7 @@ Run command
2021
```
2122

2223
### Step 2:
23-
1. Login yo your docker hub or aws ecr repo.(https://docs.aws.amazon.com/AmazonECR/latest/userguide/ECR_AWSCLI.html)
24+
1. Login yo your docker hub or [AWS ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/ECR_AWSCLI.html)
2425

2526
docker build -t sentiment .
2627
docker tag sentiment:latest your-ecr-repository

0 commit comments

Comments
 (0)