Skip to content

Commit bba7612

Browse files
authored
Update READme.md
1 parent fb82204 commit bba7612

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Maven-installation/READme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ sudo wget https://dlcdn.apache.org/maven/maven-3/3.8.3/binaries/apache-maven-3.8
3333
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
36-
#Step3) Set Environmental Variable - For Specific User eg ec2-user
36+
```
37+
## 2.#Step3) Set Environmental Variable - For Specific User eg ec2-user
38+
``` sh
3739
echo "export M2_HOME=/opt/maven" >> ~/.bashrc
3840
echo "export PATH=$PATH:$M2_HOME/bin" >> ~/.bashrc
3941
source ~/.bashrc

0 commit comments

Comments
 (0)