From ee64179f12e09988d05569fe643cd2706077ee8f Mon Sep 17 00:00:00 2001 From: Edwin Rybarczyk Date: Sun, 12 Jun 2022 21:19:57 +0100 Subject: [PATCH] later -> latter --- src/tests/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/docker.md b/src/tests/docker.md index 29837dfe..feb614c5 100644 --- a/src/tests/docker.md +++ b/src/tests/docker.md @@ -8,7 +8,7 @@ build Rust within the image, and run the tests. You can run these images on your local development machine. This can be helpful to test environments different from your local system. First you will need to install Docker on a Linux, Windows, or macOS system (typically Linux -will be much faster than Windows or macOS because the later use virtual +will be much faster than Windows or macOS because the latter use virtual machines to emulate a Linux environment). To enter interactive mode which will start a bash shell in the container, run `src/ci/docker/run.sh --dev ` where `` is one of the directory names in `src/ci/docker` (for example