Skip to content

Commit d783c37

Browse files
committed
README: moved most of installation to docs
1 parent 0fe586e commit d783c37

File tree

1 file changed

+2
-41
lines changed

1 file changed

+2
-41
lines changed

README.md

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -41,53 +41,14 @@ you:~/hello_world$ poac run
4141
Hello, world!
4242
```
4343

44-
## Supported Operating Systems
45-
46-
| Linux | macOS |
47-
| :----------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------: |
48-
| [![Linux](https://github.com/poac-dev/poac/actions/workflows/linux.yml/badge.svg)](https://github.com/poac-dev/poac/actions/workflows/linux.yml) | [![macOS](https://github.com/poac-dev/poac/actions/workflows/macos.yml/badge.svg)](https://github.com/poac-dev/poac/actions/workflows/macos.yml) |
49-
5044
## Installation
5145

52-
### 3rd Party Installation (recommended)
53-
54-
Since packages through these providers may not be maintained by Poac owners, install them at your own risk.
55-
56-
[![Packaging status](https://repology.org/badge/vertical-allrepos/poac.svg)](https://repology.org/project/poac/versions)
57-
58-
It is important to verify the package name and copy it accurately to prevent typosquatting attacks. You can check the correct name by following the link in [`Packaging status` (Repology)](https://repology.org/project/poac/versions).
59-
60-
#### Homebrew (macOS & Linux)
61-
62-
```sh
63-
brew install poac
64-
```
46+
Read ["Installation"](https://poac.dev/docs/installation) from [Poac Docs](https://poac.dev/docs).
6547

66-
#### AUR (Arch Linux)
67-
68-
Poac is available in the AUR thanks to the [poac](https://aur.archlinux.org/packages/poac) package.
69-
70-
It can be installed with the AUR helper of your choice.
71-
72-
```sh
73-
paru -S poac
74-
```
75-
76-
### Installing from Source
48+
## Installing from Source
7749

7850
Although building from source is not recommended, if you really want to do so, see [INSTALL.md](INSTALL.md).
7951

80-
### Runtime Requirements
81-
82-
* C++ compiler
83-
* GNU Make
84-
* pkg-config
85-
* mkdir
86-
* printf
87-
* cpplint (for `poac lint`)
88-
* clang-format (for `poac fmt`)
89-
* clang-tidy (for `poac tidy`)
90-
9152
## Community
9253

9354
See [GitHub Discussions](https://github.com/orgs/poac-dev/discussions).

0 commit comments

Comments
 (0)