Browse Source

Add instruction to install with homebrew

Matthew Wang 7 years ago
parent
commit
9b88181d52
1 changed files with 17 additions and 0 deletions
  1. 17
    0
      README.rst

+ 17
- 0
README.rst View File

@@ -44,6 +44,23 @@ You can also run the setup.py from the source if you don't have ``pip``.
44 44
     cd cdiff
45 45
     ./setup.py install
46 46
 
47
+Install with Homebrew
48
+~~~~~~~~~~~~~~~~~~~~~
49
+
50
+You can also install with Homebrew on Mac. (Thanks to `@josa42`_,
51
+`@bfontaine`_, `@hivehand`_ and `@nijikon`_ for contributing to the Homebrew
52
+`Formula`_).
53
+
54
+.. _`@josa42`: https://github.com/josa42
55
+.. _`@bfontaine`: https://github.com/bfontaine
56
+.. _`@hivehand`: https://github.com/hivehand
57
+.. _`@nijikon`: https://github.com/nijikon
58
+.. _`Formula`: https://github.com/Homebrew/homebrew-core/blob/master/Formula/cdiff.rb
59
+
60
+.. code-block:: bash
61
+
62
+    brew install cdiff
63
+
47 64
 Download directly
48 65
 ~~~~~~~~~~~~~~~~~
49 66