mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 14:49:29 +00:00
update brew
command
`brew cask` was deprecated according to [this comment](https://github.com/Homebrew/discussions/discussions/340#discussioncomment-232364). Should be `brew install`.
This commit is contained in:
parent
b77932a5b7
commit
e2d5af3ddd
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -208,7 +208,7 @@ make it avaliable from the `PATH`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew tap homebrew/cask-versions
|
brew tap homebrew/cask-versions
|
||||||
brew cask install adoptopenjdk/openjdk/adoptopenjdk8
|
brew install adoptopenjdk/openjdk/adoptopenjdk8
|
||||||
export JAVA_HOME="$(/usr/libexec/java_home --version 1.8)"
|
export JAVA_HOME="$(/usr/libexec/java_home --version 1.8)"
|
||||||
export PATH="$JAVA_HOME/bin:$PATH"
|
export PATH="$JAVA_HOME/bin:$PATH"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue