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 difference)

Revision as of 13:52, 15 June 2025

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

brew install nsis

Related Links