Skip to content

Commit

Permalink
Fix to cask install syntax (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
decodyng authored and brandonhoughton committed Jul 8, 2021
1 parent 010ff97 commit c443a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ main python package, :code:`minerl`.
b. On Mac, you can install java8 using homebrew and AdoptOpenJDK (an open source mirror, used here to get around the fact that Java8 binaries are no longer available directly from Oracle)::

brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk8
brew install --cask adoptopenjdk8

c. On Debian based systems (Ubuntu!) you can run the following::

Expand Down

0 comments on commit c443a23

Please sign in to comment.