added detail regarding platforms/architectures (#323)
Few lines to clarify and point other platform users into the right direction
This commit is contained in:
parent
96ea924064
commit
f8917cc014
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -55,6 +55,12 @@ Signals sent to the curation platform are extremely limited (IP, Scenario, Times
|
|||
|
||||
## Install it !
|
||||
|
||||
In order to install it on an `amd64` platform, you can use the available prebuilt release package.
|
||||
Just follow the steps below. However, if you want crowdsec for a different architecture
|
||||
(e.g. ARM) then you must build it yourself from source. You can find the build instructions
|
||||
[here](https://doc.crowdsec.net/getting_started/installation/#from-source) in
|
||||
our [documentation](https://doc.crowdsec.net).
|
||||
|
||||
Find the [latest release](https://github.com/crowdsecurity/crowdsec/releases/latest)
|
||||
|
||||
Ensure you have dependencies :
|
||||
|
@ -83,7 +89,19 @@ cd crowdsec-v*
|
|||
sudo ./wizard.sh -i
|
||||
```
|
||||
|
||||
## Build it !
|
||||
|
||||
If you want to build crowdsec yourself follow these steps:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/crowdsecurity/crowdsec
|
||||
cd crowdsec
|
||||
make build
|
||||
```
|
||||
|
||||
For more details read the chapter
|
||||
[Installation from source](https://doc.crowdsec.net/getting_started/installation/#from-source) in
|
||||
our [documentation](https://doc.crowdsec.net).
|
||||
|
||||
## Key points
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue