From b2f7f15cb5bdd18710cdc91a8666fccd0b391db3 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Tue, 13 Sep 2022 23:37:10 +0200 Subject: [PATCH] README: fix a typo (#1881) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af59ec1ff7..1110f46ed1 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ This will create an image with all required dependencies and already built. docker run -v "$(pwd)"/build:/home/jak/jak-project/build -it jak bash ``` -Note: If you change the content of the `build/` directory you'll need to rerun the `build` command. Alteratively you can get the build via `docker cp`. +Note: If you change the content of the `build/` directory you'll need to rerun the `build` command. Alternatively you can get the build via `docker cp`. This will link your `build/` folder to the images so can validate your build or test it on an external device.