Skip to content

Commit f18c13c

Browse files
committed
INSTALL: fixed headings
1 parent ba2bc16 commit f18c13c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
### Installing from Source
1+
# Installing from Source
22

33
> [!CAUTION]
44
> This document explains how to build Poac from source. Building from source is not recommended unless you are familiar with the process. If your goal is simply to install Poac, refer to the [README.md](README.md) instead.
55
66
You will require the following compilers, commands, and libraries:
77

8-
#### Compilers (that support C++20)
8+
## Compilers (that support C++20)
99

1010
* GCC: `12` or later
1111
* Clang: `16` or later
1212
* Apple Clang: provided by `macOS Ventura (13)` or later
1313

1414
(generally, the latest 3 versions are supported to build Poac.)
1515

16-
#### Commands
16+
## Commands
1717

1818
* GNU Make
1919
* Git
@@ -23,7 +23,7 @@ You will require the following compilers, commands, and libraries:
2323
* mkdir
2424
* rm
2525

26-
#### Libraries
26+
## Libraries
2727

2828
* fmt: `>=8.1.1 && <12`
2929
* `libfmt-dev` on APT (Debian/Ubuntu)

0 commit comments

Comments
 (0)