Skip to content

Commit

Permalink
enhance: Add warning that instruction only work on Linux (#650)
Browse files Browse the repository at this point in the history
* enhance: Add warning that instruction only work on Linux

* enhance: bump ver var
  • Loading branch information
LaurenceJJones authored Oct 25, 2024
1 parent 379c629 commit 5a3a18a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crowdsec-docs/docs/contributing/test_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ title: Creating a test environment
sidebar_position: 10
---

:::warning
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.

**However, please note we do not compile for MacOS so you will need to compile from source.**
:::

You need a test environment for several reasons:

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

```bash
VER=1.4.6 # Please check https://github.com/crowdsecurity/crowdsec/releases/latest for latest version
VER=1.6.3 # Please check https://github.com/crowdsecurity/crowdsec/releases/latest for latest version
wget https://github.com/crowdsecurity/crowdsec/releases/download/v$VER/crowdsec-release.tgz
tar xvzf crowdsec-release.tgz
cd crowdsec-v$VER
Expand Down

0 comments on commit 5a3a18a

Please sign in to comment.