Skip to content

Commit c5270c1

Browse files
authored
Update READme.md
1 parent 71f10e9 commit c5270c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Maven-installation/READme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,16 @@ sudo unzip apache-maven-3.8.3-bin.zip
3434
sudo rm -rf apache-maven-3.8.3-bin.zip
3535
sudo mv apache-maven-3.8.3/ maven
3636
```
37-
## 2.#Step3) Set Environmental Variable - For Specific User eg ec2-user
37+
## .#Step3) Set Environmental Variable - For Specific User eg ec2-user
3838
``` sh
3939
vi ~/.bash_profile # and add the lines below
4040
export M2_HOME=/opt/maven
4141
export PATH=$PATH:$M2_HOME/bin
42+
#
43+
```
44+
## .#Step4) Refrsh the profile file and Verify if maven is running
45+
```sh
4246
source ~/.bashrc
4347
mvn -version
44-
#
4548
```
49+

0 commit comments

Comments
 (0)