Fix a few typos/strange wording in installation/osx.rst
This commit is contained in:
parent
6ff06016da
commit
e0a70986ed
|
@ -11,12 +11,10 @@ Python package
|
||||||
|
|
||||||
sudo port select python python27-apple
|
sudo port select python python27-apple
|
||||||
|
|
||||||
. Homebrew may be used here::
|
Homebrew may be used here::
|
||||||
|
|
||||||
brew install python
|
brew install python
|
||||||
|
|
||||||
.
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
In case :file:`powerline.sh` as a client ``socat`` and ``coreutils`` need
|
In case :file:`powerline.sh` as a client ``socat`` and ``coreutils`` need
|
||||||
to be installed. ``coreutils`` may be installed using ``brew install
|
to be installed. ``coreutils`` may be installed using ``brew install
|
||||||
|
@ -45,7 +43,7 @@ Python package
|
||||||
``powerline-status`` in PyPI.
|
``powerline-status`` in PyPI.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Powerline developers should be aware that``pip install --editable`` does
|
Powerline developers should be aware that ``pip install --editable`` does
|
||||||
not currently fully work. Installation performed this way are missing
|
not currently fully work. Installation performed this way are missing
|
||||||
``powerline`` executable that needs to be symlinked. It will be located in
|
``powerline`` executable that needs to be symlinked. It will be located in
|
||||||
``scripts/powerline``.
|
``scripts/powerline``.
|
||||||
|
@ -61,8 +59,8 @@ but MacVim users need to install it using the following command::
|
||||||
Fonts installation
|
Fonts installation
|
||||||
==================
|
==================
|
||||||
|
|
||||||
Install downloaded patched font by double-clicking the font file in Finder, then
|
To install patched font double-click the font file in Finder, then click
|
||||||
clicking :guilabel:`Install this font` in the preview window.
|
:guilabel:`Install this font` in the preview window.
|
||||||
|
|
||||||
After installing the patched font MacVim or terminal emulator (whatever
|
After installing the patched font MacVim or terminal emulator (whatever
|
||||||
application powerline should work with) need to be configured to use the patched
|
application powerline should work with) need to be configured to use the patched
|
||||||
|
|
Loading…
Reference in New Issue