Homebrew: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "== Homebrew == '''⚠️ This is third-party installation method without official support''' Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple's operating system, macOS, as well as Linux. === Usage === <code>brew install nsis</code> === Related Links === * [https://brew.sh/ Homebrew] * [https://github.com/Homebrew/homebrew-core/blob/master/Formula/m/makensis.rb NSIS manifest for Homebrew]...") |
No edit summary |
||
| Line 1: | Line 1: | ||
== | == Description == | ||
'''⚠️ This is third-party installation method without official support''' | '''⚠️ This is third-party installation method without official support''' | ||
Latest revision as of 13:56, 15 June 2025
Description
⚠️ This is third-party installation method without official support
Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple's operating system, macOS, as well as Linux.
Usage
brew install nsis