Skip to content

Commit

Permalink
Correct Java install command (brew -> brew cask)
Browse files Browse the repository at this point in the history
Additional minor README changes:

- Add link to "Trouble Shooting" Wiki page (at the end of § 1.1).
- Fix spelling and Markdown typos.
  • Loading branch information
rstein66 committed Feb 8, 2019
1 parent 6ec3376 commit c6dc6d7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Master your Java Environnement with jenv
# Master your Java Environment with jenv

Website : http://www.jenv.be

Maintainers :
- (Gildas Cuisinier)[https://github.com/gcuisinier/]
- [Gildas Cuisinier](https://github.com/gcuisinier/)

Futur maintainer in discussion:
- (Benjamin Berman)[https://github.com/doctorpangloss]
Future maintainer in discussion:
- [Benjamin Berman](https://github.com/doctorpangloss)

As he makes an incredible work by taking time to merge the Pull Request on his fork, I (@gcuisinier) am in discussion with him to take part of jEnv directly if he wants.
Whatever his decision, I thank him for his work, and to have convincing me to think about the futur of jEnv and accepting a new maintainer for the good of the project.
Whatever his decision, I thank him for his work, and to have convincing me to think about the future of jEnv and accepting a new maintainer for the good of the project.

## What's jEnv ?

Expand Down Expand Up @@ -78,6 +78,8 @@ jenv enable-plugin export
exec $SHELL -l
```

Problem? Please visit the [Trouble Shooting](https://github.com/jenv/jenv/wiki/Trouble-Shooting) Wiki page.

Continue to the next section to install java.


Expand All @@ -97,7 +99,7 @@ Use `jenv add` to inform `jenv` where your Java environment is located. `jenv` d
For example, on macOS, use `brew` to install the latest Java (OpenJDK 11) followed by the appropriate `jenv add PATH_TO_JVM_HOME` command to recognize it.

```bash
brew install java
brew cask install java
jenv add $(/usr/libexec/java_home)
```

Expand Down

0 comments on commit c6dc6d7

Please sign in to comment.