Skip to content

Commit bb5d983

Browse files
committed
Patch new cask documentation
1 parent 0f0befc commit bb5d983

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Adding-Software-to-Homebrew.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ Give it a shot with:
251251

252252
```bash
253253
export HOMEBREW_NO_AUTO_UPDATE=1
254+
export HOMEBREW_NO_INSTALL_FROM_API=1
254255
brew install my-new-cask
255256
```
256257

@@ -386,8 +387,9 @@ cd "$(brew --repository)"/Library/Taps/homebrew/homebrew-cask
386387
git checkout master
387388
```
388389

389-
If earlier you set the variable `HOMEBREW_NO_AUTO_UPDATE` then clean it up with:
390+
If earlier you set the variable `HOMEBREW_NO_AUTO_UPDATE` and `HOMEBREW_NO_INSTALL_FROM_API` then clean it up with:
390391

391392
```bash
392393
unset HOMEBREW_NO_AUTO_UPDATE
394+
unset HOMEBREW_NO_INSTALL_FROM_API
393395
```

0 commit comments

Comments
 (0)