Skip to content

Commit 5a3a18a

Browse files
enhance: Add warning that instruction only work on Linux (#650)
* enhance: Add warning that instruction only work on Linux * enhance: bump ver var
1 parent 379c629 commit 5a3a18a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

crowdsec-docs/docs/contributing/test_environment.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ title: Creating a test environment
44
sidebar_position: 10
55
---
66

7+
:::warning
8+
The following documentation is written for use on Linux systems. If you are using a different operating system, please adjust the commands accordingly if we have prebuilt binaries for your system.
9+
10+
**However, please note we do not compile for MacOS so you will need to compile from source.**
11+
:::
12+
713
You need a test environment for several reasons:
814

915
- Creation of new parsers or scenarios
@@ -13,7 +19,7 @@ You need a test environment for several reasons:
1319
This can be done directly with the tarball of the release :
1420

1521
```bash
16-
VER=1.4.6 # Please check https://github.com/crowdsecurity/crowdsec/releases/latest for latest version
22+
VER=1.6.3 # Please check https://github.com/crowdsecurity/crowdsec/releases/latest for latest version
1723
wget https://github.com/crowdsecurity/crowdsec/releases/download/v$VER/crowdsec-release.tgz
1824
tar xvzf crowdsec-release.tgz
1925
cd crowdsec-v$VER

0 commit comments

Comments
 (0)