diff --git a/_data/locales/en.yml b/_data/locales/en.yml index fc642623..f20a3cae 100644 --- a/_data/locales/en.yml +++ b/_data/locales/en.yml @@ -5,12 +5,12 @@ en: question: What Does Homebrew Do? what: Homebrew installs the stuff you need that Apple (or your Linux system) didn’t. how: Homebrew installs packages to their own directory and then symlinks their files into /usr/local. - prefix: Homebrew won’t install files outside its prefix, and you can place a Homebrew installation wherever you like. + prefix: Homebrew won’t install files outside its prefix and you can place a Homebrew installation wherever you like. createpackages: Trivially create your own Homebrew packages. hack: It's all Git and Ruby underneath, so hack away with the knowledge that you can easily revert your modifications and merge upstream updates. formula: "Homebrew formulae are simple Ruby scripts:" editor: opens in $EDITOR! - complement: Homebrew complements macOS (or your Linux system). Install your RubyGems with gem, and their dependencies with brew. + complement: Homebrew complements macOS (or your Linux system). Install your RubyGems with gem and their dependencies with brew. caskinstall: '"To install, drag this icon..." no more. brew cask installs macOS apps, fonts and plugins and other non-open source software.' caskcreate: Making a cask is as simple as creating a formula. caskinstall: '"To install, drag this icon..." no more. brew cask installs macOS apps, fonts and plugins and other non-open source software.' diff --git a/_posts/2019-02-02-homebrew-2.0.0.md b/_posts/2019-02-02-homebrew-2.0.0.md index cb113460..15d058b7 100644 --- a/_posts/2019-02-02-homebrew-2.0.0.md +++ b/_posts/2019-02-02-homebrew-2.0.0.md @@ -10,7 +10,7 @@ Major changes and deprecations since 1.9.0: - `brew cleanup` is run periodically (every 30 days) and triggers for individual formula cleanup on reinstall, install or upgrade. You can opt-out of this behaviour by setting the `HOMEBREW_NO_INSTALL_CLEANUP` variable. This addresses a long-standing complaint where users were surprised by how much disk space Homebrew used if they did not run `brew cleanup`. - Homebrew does not run on OS X Mountain Lion (10.8) and below. For 10.4 - 10.6 support, see [Tigerbrew](https://github.com/mistydemeo/tigerbrew). This has allowed us to remove large amounts of legacy code. - Homebrew does not migrate old, pre-1.0.0 installations from the [Homebrew/legacy-homebrew](https://github.com/Homebrew/legacy-homebrew) (formerly [Homebrew/homebrew](https://github.com/Homebrew/homebrew) repository. This has allowed us to delete legacy code that dealt with migrations from old versions. -- Homebrew does not have any formulae with options in [Homebrew/homebrew-core](https://github.com/Homebrew/homebrew-core). Options will still be supported and encouraged by third-party taps. This change allows us to better focus on delivering binary packages rather than options. Formulae with options had to be built from source, could not be tested on our CI system, and provided a disproportionate support burden on our volunteer maintainers. +- Homebrew does not have any formulae with options in [Homebrew/homebrew-core](https://github.com/Homebrew/homebrew-core). Options will still be supported and encouraged by third-party taps. This change allows us to better focus on delivering binary packages rather than options. Formulae with options had to be built from source, could not be tested on our CI system and provided a disproportionate support burden on our volunteer maintainers. Other changes since 1.9.0 I'd like to highlight are the following: