From 83bb2663ab6164eb1b20eba87126731e6cf506f0 Mon Sep 17 00:00:00 2001 From: Benny Daon Date: Wed, 9 Oct 2024 18:15:07 +0300 Subject: [PATCH] Improving the contributor huide --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a0bce98..ad0c36e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,8 +5,12 @@ We welcome new contributors and are happy to help, talk to us on our ## Getting Started -Please fork and clone this repo. Terminal7 tests require a running docker daemon. -So if `docker ps` works, you can install, test and run Terminal7 with: +If you're on Windows you'd better install WSL2 and use it to run Terminal7. +If you're on Linux or MacOS you should be fine. +Start by forkng the repo and clone it locally. +Terminal7 tests require a running docker daemon. +You can use `docker ps` to ensure it's up and running. +To install, test and run Terminal7 with: ```console yarn install