From 2994e4425d347260006e15edc8d375e0d35a3b0f Mon Sep 17 00:00:00 2001 From: homuler Date: Tue, 2 Nov 2021 21:05:30 +0900 Subject: [PATCH] fix: docker command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d1f38044..411770e40 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ If the command finishes successfully, required files will be installed to your h Rem Specify `--cpus` and `--memory` options according to your machine. docker run --cpus=16 --memory=8192m ^ --mount type=bind,src=%CD%\Packages,dst=/home/mediapipe/Packages ^ - --mount type=bind,src=%CD%\Assets,dst=C:\mediapipe\Assets ^ + --mount type=bind,src=%CD%\Assets,dst=/home/mediapipe/Assets ^ -it mediapipe_unity:linux ```