From 213bfddd5440b395082a64fa238a2b75350eeede Mon Sep 17 00:00:00 2001 From: Artem Vitae Date: Wed, 1 Dec 2021 15:00:16 +0700 Subject: [PATCH] Update DEV_ENVIRONMENT.md --- docs/DEV_ENVIRONMENT.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/DEV_ENVIRONMENT.md b/docs/DEV_ENVIRONMENT.md index 5b0df61fce..dd89cf24ab 100644 --- a/docs/DEV_ENVIRONMENT.md +++ b/docs/DEV_ENVIRONMENT.md @@ -19,6 +19,11 @@ do done ``` Please note that you have to run it again after each reboot -6. Try `cargo test --features native --all -- --test-threads=16`. +6. Linux specific: +``` +sudo groupadd docker +sudo usermod -aG docker $USER +``` +7. Try `cargo test --features native --all -- --test-threads=16`. PS If you notice that this guide is outdated, please submit a PR.