mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Add a section on how to install the library using Homebrew
Thanks to @ortho for adding C++ Format support to Homebrew.
This commit is contained in:
parent
3e03934d15
commit
f3fc8052ab
@ -64,3 +64,10 @@ For an example of using C++ Format with Android NDK, see the
|
|||||||
repository.
|
repository.
|
||||||
|
|
||||||
__ https://github.com/cppformat/cppformat/blob/master/Android.mk
|
__ https://github.com/cppformat/cppformat/blob/master/Android.mk
|
||||||
|
|
||||||
|
Homebrew
|
||||||
|
========
|
||||||
|
|
||||||
|
C++ Format can be installed on OS X using `Homebrew <http://brew.sh/>`_::
|
||||||
|
|
||||||
|
brew install cppformat
|
||||||
|
Loading…
Reference in New Issue
Block a user