diff --git a/.all-contributorsrc b/.all-contributorsrc index 344b3112..6c825dad 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -400,7 +400,9 @@ "avatar_url": "https://avatars.githubusercontent.com/u/2219836?v=4", "profile": "https://github.com/th3w1zard1", "contributions": [ - "code" + "code", + "bug", + "maintenance" ] }, { diff --git a/README.md b/README.md index c7a873d0..f013d6c5 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting TomΓ‘Ε‘ Valigura
TomΓ‘Ε‘ Valigura

🌍 - Benjamin Auquite
Benjamin Auquite

πŸ’» + Benjamin Auquite
Benjamin Auquite

πŸ’» πŸ› 🚧 Skyler Carlson
Skyler Carlson

πŸ“– Chris
Chris

πŸ’» Raman Gupta
Raman Gupta

πŸ’» diff --git a/tests/README.md b/tests/README.md index adedcc4c..a576d518 100644 --- a/tests/README.md +++ b/tests/README.md @@ -5,10 +5,18 @@ Alternatively, you can use the provided Docker image to run the tests locally. To run the tests using the Docker image, navigate to the `adaptive-lighting` repo folder and execute the following command: +Linux or MacOS: + ```bash docker run -v $(pwd):/app basnijholt/adaptive-lighting:latest ``` +Windows: + +```bash +docker run -v %cd%:/app basnijholt/adaptive-lighting:latest +``` + This command will download the Docker image from [the adaptive-lighting Docker Hub repo](https://hub.docker.com/r/basnijholt/adaptive-lighting) and run the tests. If you prefer to build the image yourself, use the following command: