From f3fc8052abae187a4b0e585940e3a7e841351bf2 Mon Sep 17 00:00:00 2001 From: vitaut Date: Fri, 8 May 2015 08:19:15 -0700 Subject: [PATCH] Add a section on how to install the library using Homebrew Thanks to @ortho for adding C++ Format support to Homebrew. --- doc/usage.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/usage.rst b/doc/usage.rst index dd856480..60b8b8cf 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -64,3 +64,10 @@ For an example of using C++ Format with Android NDK, see the repository. __ https://github.com/cppformat/cppformat/blob/master/Android.mk + +Homebrew +======== + +C++ Format can be installed on OS X using `Homebrew `_:: + + brew install cppformat