File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 11{
22 "index" : " Introduction" ,
33 "why-poac" : " Why Poac?" ,
4+ "installation" : " Installation" ,
45 "usage" : " Usage"
56}
Original file line number Diff line number Diff line change 1+ ## Installation
2+
3+ [ ![ Packaging status] ( https://repology.org/badge/vertical-allrepos/poac.svg )] ( https://repology.org/project/poac/versions )
4+
5+ ### Homebrew (macOS & Linux)
6+
7+ ``` sh
8+ brew install poac
9+ ```
10+
11+ ### AUR (Arch Linux)
12+
13+ Poac is available in the AUR thanks to the [ poac] ( https://aur.archlinux.org/packages/poac ) package.
14+
15+ It can be installed with the AUR helper of your choice.
16+
17+ ``` sh
18+ paru -S poac
19+ ```
20+
21+ ### Runtime Requirements
22+
23+ * C++ compiler
24+ * GNU Make
25+ * pkg-config
26+ * mkdir
27+ * printf
28+ * cpplint (for ` poac lint ` )
29+ * clang-format (for ` poac fmt ` )
30+ * clang-tidy (for ` poac tidy ` )
You can’t perform that action at this time.
0 commit comments