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
|
||||
|
||||
. Homebrew may be used here::
|
||||
Homebrew may be used here::
|
||||
|
||||
brew install python
|
||||
|
||||
.
|
||||
|
||||
.. note::
|
||||
In case :file:`powerline.sh` as a client ``socat`` and ``coreutils`` need
|
||||
to be installed. ``coreutils`` may be installed using ``brew install
|
||||
|
@ -45,7 +43,7 @@ Python package
|
|||
``powerline-status`` in PyPI.
|
||||
|
||||
.. 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
|
||||
``powerline`` executable that needs to be symlinked. It will be located in
|
||||
``scripts/powerline``.
|
||||
|
@ -61,8 +59,8 @@ but MacVim users need to install it using the following command::
|
|||
Fonts installation
|
||||
==================
|
||||
|
||||
Install downloaded patched font by double-clicking the font file in Finder, then
|
||||
clicking :guilabel:`Install this font` in the preview window.
|
||||
To install patched font double-click the font file in Finder, then click
|
||||
:guilabel:`Install this font` in the preview window.
|
||||
|
||||
After installing the patched font MacVim or terminal emulator (whatever
|
||||
application powerline should work with) need to be configured to use the patched
|
||||
|
|
Loading…
Reference in New Issue