diff options
author | Joe Wilm <joe@jwilm.com> | 2017-05-03 10:42:17 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-05-03 10:42:17 -0700 |
commit | 900a2c5fa500059583a4831cb984a5e83eab1928 (patch) | |
tree | a6be60b29963873331a8f2b4f5a7a11771f96375 /README.md | |
parent | f298e0455ab549aac1835ba59467ce06111b9bc9 (diff) | |
download | alacritty-900a2c5fa500059583a4831cb984a5e83eab1928.tar.gz alacritty-900a2c5fa500059583a4831cb984a5e83eab1928.zip |
Fix whitespace in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -31,7 +31,8 @@ binaries will be provided for supported operating systems. ## Package Installation -The only supported installation method at this time is from source. Proper installers will be added prior to the 1.0 release of Alacritty. +The only supported installation method at this time is from source. Proper +installers will be added prior to the 1.0 release of Alacritty. ### Arch Linux @@ -54,7 +55,8 @@ makepkg -isr cd alacritty ``` -3. Make sure you have the right Rust compiler installed. Alacritty requires at least 1.15. Run +3. Make sure you have the right Rust compiler installed. Alacritty requires at + least 1.15. Run ```sh rustup override set stable @@ -110,7 +112,8 @@ https://slackbuilds.org/repository/14.2/misc/xclip/?search=xclip #### Void Linux -On [Void Linux](https://voidlinux.eu), install following packages before compiling Alacritty: +On [Void Linux](https://voidlinux.eu), install following packages before +compiling Alacritty: ```sh xbps-install cmake freetype-devel freetype expat-devel fontconfig xclip @@ -158,8 +161,8 @@ cp Alacritty.desktop ~/.local/share/applications Although it's possible the default configuration would work on your system, you'll probably end up wanting to customize it anyhow. There is a default -`alacritty.yml` at the git repository root. Alacritty looks for the configuration -file as the following paths: +`alacritty.yml` at the git repository root. Alacritty looks for the +configuration file as the following paths: 1. `$XDG_CONFIG_HOME/alacritty/alacritty.yml` 2. `$XDG_CONFIG_HOME/alacritty.yml` @@ -171,9 +174,9 @@ is created once alacritty is first run. On most systems this often defaults to `$HOME/.config/alacritty/alacritty.yml`. Many configuration options will take effect immediately upon saving changes to -the config file. The only exception is the `font`, `dimensions` and `dpi` sections -which requires Alacritty to be restarted. For further explanation of the config -file, please consult the comments in the default config file. +the config file. The only exception is the `font`, `dimensions` and `dpi` +sections which requires Alacritty to be restarted. For further explanation of +the config file, please consult the comments in the default config file. ## Issues (known, unknown, feature requests, etc) |