Skip to content

Commit b37e9e5

Browse files
committed
Cleanup installing docs
1 parent 7cbac45 commit b37e9e5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: doc/user/installing-libssl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To compile TruffleRuby against a non-system `libssl`, set `OPENSSL_PREFIX` while
1717
export OPENSSL_PREFIX=/path/to/my/openssl-1.1.0
1818
```
1919

20-
### RedHat-based: Fedora, Oracle Linux, etc
20+
### Fedora-based: RHEL, Oracle Linux, etc
2121

2222
```bash
2323
sudo dnf install openssl-devel

Diff for: doc/user/installing-llvm.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ If you are using an older version, see [the documentation for that version](http
1212

1313
The `make` utility as well as the dependencies of the toolchain still need to be available to build C and C++ extensions.
1414

15-
## RedHat-based: Fedora, Oracle Linux, etc.
15+
### Fedora-based: RHEL, Oracle Linux, etc
1616

1717
```bash
1818
sudo dnf install make gcc
1919
```
2020

21-
## Debian-based: Ubuntu, etc.
21+
### Debian-based: Ubuntu, etc
2222

2323
```bash
2424
sudo apt-get install make gcc
2525
```
2626

27-
## Mandriva-based and other Linux distributions
27+
### Mandriva-based and other Linux distributions
2828

2929
Note: Such distributions are not tested and not [supported](../../README.md#system-compatibility).
3030

@@ -40,7 +40,7 @@ cd /usr/lib/gcc
4040
sudo ln -s x86_64-mandriva-linux-gnu x86_64-linux-gnu
4141
```
4242

43-
## macOS
43+
### macOS
4444

4545
On macOS, make sure you have installed the command line developer tools from Xcode:
4646

Diff for: doc/user/installing-zlib.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: /reference-manual/ruby/Installingzlib/
88

99
TruffleRuby provides the `zlib` module but not the native `zlib` system library that the module uses.
1010

11-
### RedHat-based: Fedora, Oracle Linux, etc
11+
### Fedora-based: RHEL, Oracle Linux, etc
1212

1313
```bash
1414
sudo dnf install zlib-devel

Diff for: doc/user/utf8-locale.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locale
1818
shows no `="C"` and no warning.
1919
Instead, all values should be `"en_US.UTF-8"` or other regions but still `.UTF-8`.
2020

21-
### RedHat-based: Fedora, Oracle Linux, etc
21+
### Fedora-based: RHEL, Oracle Linux, etc
2222

2323
```bash
2424
export LANG=en_US.UTF-8

0 commit comments

Comments
 (0)