Skip to content

Commit

Permalink
Update READme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 authored Aug 24, 2022
1 parent d981123 commit 00c0658
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Maven-installation/READme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ git --version
## 2. Download, extract and Install Maven
``` sh
#Step1) Download the Maven Software
sudo wget https://dlcdn.apache.org/maven/maven-3/3.8.5/binaries/apache-maven-3.8.5-bin.zip
sudo unzip apache-maven-3.8.5-bin.zip
sudo rm -rf apache-maven-3.8.5-bin.zip
sudo mv apache-maven-3.8.5/ maven
sudo wget https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.zip
sudo unzip apache-maven-3.8.6-bin.zip
sudo rm -rf apache-maven-3.8.6-bin.zip
sudo mv apache-maven-3.8.6/ maven
```
## .#Step3) Set Environmental Variable - For Specific User eg ec2-user
``` sh
Expand Down

0 comments on commit 00c0658

Please sign in to comment.