@@ -13,19 +13,26 @@ Get involved:
1313- `How to tell if an issue is editorial <https://github.com/cplusplus/draft/wiki/How-to-tell-if-an-issue-is-editorial >`_
1414- `How to submit a new issue/defect report <https://isocpp.org/std/submit-issue >`_ for non-editorial issues
1515
16- More information about the C++ standard can be found at `isocpp.org <http ://isocpp.org/std >`_.
16+ More information about the C++ standard can be found at `isocpp.org <https ://isocpp.org/std >`_.
1717
18- ---------------------------
19- Getting Started on Mac OS X
20- ---------------------------
18+ ------------------------
19+ Getting Started on macOS
20+ ------------------------
2121
22- Install the `MacTeX distribution <http ://tug.org/mactex/ >`_.
22+ Install the `MacTeX distribution <https ://tug.org/mactex/ >`_.
2323
24- If you are on a slow network, you'll want to get the `BasicTeX package <http ://tug.org/mactex/morepackages.html >`_ instead,
24+ If you are on a slow network, you'll want to get the `BasicTeX package <https ://tug.org/mactex/morepackages.html >`_ instead,
2525then run the following command to install the other packages that the draft requires::
2626
2727 sudo tlmgr install latexmk isodate substr relsize ulem fixme rsfs extract layouts enumitem l3packages l3kernel imakeidx splitindex xstring
2828
29+ Using homebrew on macOS
30+ =======================
31+
32+ Instead of downloading packages from internet, you can use the `HomeBrew package manager <https://brew.sh> ` to install all that is needed to build the draft and run checks on it:
33+
34+ brew install mactex gnu-sed
35+
2936---------------------------------------
3037Getting Started on Debian-based Systems
3138---------------------------------------
0 commit comments