Skip to content

Commit

Permalink
docs(ZMS): Update README.md Install Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAFink authored Nov 22, 2024
1 parent 5bac3c6 commit 29f98b5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,32 @@ This project is built with:
<!-- GETTING STARTED -->
## Getting Started

## For Mac

Install Java Node and Maven

`brew install openjdk@17 && brew install nodejs && brew install maven`

Set Env
```
/usr/libexec/java_home -v 17
echo 'export PATH="/usr/local/opt/openjdk@17/bin:$PATH"' >> ~/.zshrc
echo 'export JAVA_HOME=$(/usr/libexec/java_home -v 17)' >> ~/.zshrc
echo 'export PATH="/usr/local/opt/openjdk@17/bin:$PATH"' >> ~/.bashrc
echo 'export JAVA_HOME=$(/usr/libexec/java_home -v 17)' >> ~/.bashrc
source ~/.zshrc
source ~/.bashrc
```

```
java -version
node -v
npm -v
mvn -v
```

_Below is an example of how you can installing and setup up your service_

1. `git clone `
Expand Down

0 comments on commit 29f98b5

Please sign in to comment.