diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2019-01-09 20:43:39 -0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2019-01-09 20:43:39 -0200 |
commit | 863cb3bdb7bc3650873253e108b26eb3fe15862d (patch) | |
tree | bb861ab8fd3d6e0496c5f3ba4e9782d1897efb01 /README.md | |
parent | 61427262553c86edfab8f1a77486ccad803419a0 (diff) | |
download | ledger-863cb3bdb7bc3650873253e108b26eb3fe15862d.tar.gz ledger-863cb3bdb7bc3650873253e108b26eb3fe15862d.tar.bz2 ledger-863cb3bdb7bc3650873253e108b26eb3fe15862d.zip |
Use "macOS" consistently
macOS seems to be the current name for Mac OS X.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -94,9 +94,9 @@ Dependency | Version [expat] | 2.0.1 _optional_ [libxml2] | 2.7.2 _optional_ -### Mac OS X +### macOS -You can use [Homebrew] or [MacPorts] to install Ledger easily on OS X. +You can use [Homebrew] or [MacPorts] to install Ledger easily on macOS. #### 1. Homebrew @@ -111,7 +111,7 @@ If you to want to startup python, use the following command: #### 2. MacPorts -If you build stuff using MacPorts on OS X, as I do, here is what you would +If you build stuff using MacPorts on macOS, as I do, here is what you would run: $ sudo port install -f cmake python26 \ |