Browse Source

Merge pull request #263 from ialokim/master

Add information about linux packages
pull/264/head
Nikolai Aleksandrovich Pavlov 6 years ago
committed by GitHub
parent
commit
d3535dff00
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      README.rst

+ 6
- 1
README.rst View File

@ -14,7 +14,12 @@ Run ``./install.sh`` to install all Powerline Fonts or see the documentation_ fo
Quick installation
------------------
You can copy and paste the commands to your terminal. Comments are fine too.
If you are running a Debian or Ubuntu based Linux distribution, there should
be a package available to install the Powerline Fonts with the following command:
::
sudo apt-get install fonts-powerline
On other environments, you can copy and paste these commands to your terminal. Comments are fine too.
::
# clone
git clone https://github.com/powerline/fonts.git --depth=1

Loading…
Cancel
Save