mirror of
https://github.com/alacritty/alacritty.git
synced 2025-07-31 22:03:40 -04:00
Fix whitespace in README
This commit is contained in:
parent
f298e0455a
commit
900a2c5fa5
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
@ -31,7 +31,8 @@ binaries will be provided for supported operating systems.
|
||||||
|
|
||||||
## Package Installation
|
## 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
|
### Arch Linux
|
||||||
|
|
||||||
|
@ -54,7 +55,8 @@ makepkg -isr
|
||||||
cd alacritty
|
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
|
```sh
|
||||||
rustup override set stable
|
rustup override set stable
|
||||||
|
@ -110,7 +112,8 @@ https://slackbuilds.org/repository/14.2/misc/xclip/?search=xclip
|
||||||
|
|
||||||
#### Void Linux
|
#### 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
|
```sh
|
||||||
xbps-install cmake freetype-devel freetype expat-devel fontconfig xclip
|
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,
|
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
|
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
|
`alacritty.yml` at the git repository root. Alacritty looks for the
|
||||||
file as the following paths:
|
configuration file as the following paths:
|
||||||
|
|
||||||
1. `$XDG_CONFIG_HOME/alacritty/alacritty.yml`
|
1. `$XDG_CONFIG_HOME/alacritty/alacritty.yml`
|
||||||
2. `$XDG_CONFIG_HOME/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`.
|
to `$HOME/.config/alacritty/alacritty.yml`.
|
||||||
|
|
||||||
Many configuration options will take effect immediately upon saving changes to
|
Many configuration options will take effect immediately upon saving changes to
|
||||||
the config file. The only exception is the `font`, `dimensions` and `dpi` sections
|
the config file. The only exception is the `font`, `dimensions` and `dpi`
|
||||||
which requires Alacritty to be restarted. For further explanation of the config
|
sections which requires Alacritty to be restarted. For further explanation of
|
||||||
file, please consult the comments in the default config file.
|
the config file, please consult the comments in the default config file.
|
||||||
|
|
||||||
## Issues (known, unknown, feature requests, etc)
|
## Issues (known, unknown, feature requests, etc)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue