From 3c15b06659c071c2169b867c5023ba4ad49e7010 Mon Sep 17 00:00:00 2001 From: Tamekualemju <124470407+Tamekualemju@users.noreply.github.com> Date: Thu, 20 Apr 2023 12:32:00 -0400 Subject: [PATCH] Update maven-install.md --- maven-install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maven-install.md b/maven-install.md index 8ced8f5..8e682c9 100644 --- a/maven-install.md +++ b/maven-install.md @@ -37,3 +37,6 @@ The following are instructions for installing Apache Maven and Java 8 on an Amaz 8. Create the Settings file inside of the `~/.m2` directory `cd ~/.m2/` `mv demo/settings.xml ~/.m2/` + +9 Install tree command to make your job easy + sudo yum install tree -y