summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-01-28 17:54:19 -0800
committerJoe Wilm <joe@jwilm.com>2017-01-28 17:54:19 -0800
commit2b478e7b9c5e7cd6c93254d3882e79ced9ec43c9 (patch)
tree3f1f4818e9ef924990798ffb0b800c353970c4d7 /README.md
parent019daa8b69b2e3b402362b71eeb3c8408c2ab933 (diff)
downloadalacritty-2b478e7b9c5e7cd6c93254d3882e79ced9ec43c9.tar.gz
alacritty-2b478e7b9c5e7cd6c93254d3882e79ced9ec43c9.zip
Fix section headers in README
Resolves #367
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 9 insertions, 11 deletions
diff --git a/README.md b/README.md
index c73e674d..07ce3f0d 100644
--- a/README.md
+++ b/README.md
@@ -58,9 +58,7 @@ will walk you through how to build from source on both macOS and Ubuntu.
rustup override set $(<rustc-version)
```
-#### Additional Linux Prerequisites
-
-##### Ubuntu
+#### Ubuntu
On Ubuntu, you need a few extra libraries to build Alacritty. Here's an `apt`
command that should install all of them. If something is still found to be
@@ -70,7 +68,7 @@ missing, please open an issue.
apt-get install cmake libfreetype6-dev libfontconfig1-dev xclip
```
-##### Arch Linux
+#### Arch Linux
On Arch Linux, you need a few extra libraries to build Alacritty. Here's a
`pacman` command that should install all of them. If something is still found
@@ -80,7 +78,7 @@ to be missing, please open an issue.
pacman -S cmake freetype2 fontconfig xclip
```
-##### Fedora
+#### Fedora
On Fedora, you need a few extra libraries to build Alacritty. Here's a `dnf`
command that should install all of them. If something is still found to be
@@ -90,7 +88,7 @@ missing, please open an issue.
dnf install cmake freetype-devel fontconfig-devel xclip
```
-##### openSUSE
+#### openSUSE
On openSUSE, you need a few extra libraries to build Alacritty. Here's
a `zypper` command that should install all of them. If something is
@@ -100,14 +98,14 @@ still found to be missing, please open an issue.
zypper install cmake freetype-devel fontconfig-devel xclip
```
-##### Slackware
+#### Slackware
Compiles out of the box for 14.2
For copy & paste support (middle mouse button) you need to install xclip
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:
@@ -115,7 +113,7 @@ On [Void Linux](https://voidlinux.eu), install following packages before compili
xbps-install cmake freetype-devel freetype expat-devel fontconfig xclip
```
-##### FreeBSD
+#### FreeBSD
On FreeBSD, you need a few extra libraries to build Alacritty. Here's a `pkg`
command that should install all of them. If something is still found to be
@@ -125,9 +123,9 @@ missing, please open an issue.
pkg install cmake freetype2 fontconfig xclip
```
-##### Other
+#### Other
-If you build Alacritty on another Linux distribution, we would love some help
+If you build Alacritty on another distribution, we would love some help
filling in this section of the README.
### Building