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.