From 5983e8254d9c7b04b992e99a4410cef58e5d908f Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 19 Mar 2021 07:25:22 +0100 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb9dac9..32d1c8f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ before starting to write code to discuss the idea with the community first. ## Step-by-step guide how to get into development quickly -We assume you use Linux as a work environment (you can use a virtual machine as well) and `git` installed. +We assume that you use Linux as a work environment (you can use a virtual machine as well) and have `git` installed. 1. If possible, make sure that you have installed and started `docker`. While you can also run tests without docker, this makes it a lot easier since you do not have to install the precise requirements and tests are running properly isolated and in the exact same environments as in CI. You often can also use `podman` with the `docker` executable shim, so if you have that you probably do not need to install `docker`.