From 790f9c6b05f50771f57c242303d67ec7becf2f94 Mon Sep 17 00:00:00 2001 From: Massimo Pennazio Date: Tue, 17 Oct 2023 17:55:10 +0200 Subject: [PATCH] Bug-fix: cd into mounted volume in docker container --- .../boards/portenta-x8/tutorials/08.image-building/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/04.pro/boards/portenta-x8/tutorials/08.image-building/content.md b/content/hardware/04.pro/boards/portenta-x8/tutorials/08.image-building/content.md index 1a46b025d9..c486284991 100644 --- a/content/hardware/04.pro/boards/portenta-x8/tutorials/08.image-building/content.md +++ b/content/hardware/04.pro/boards/portenta-x8/tutorials/08.image-building/content.md @@ -99,7 +99,7 @@ git config --global user.name "Your Name" Change to the home directory, and initialize the repository using **repo**: ``` -cd ~ +cd /dockerVolume repo init -u https://github.com/arduino/lmp-manifest.git -m arduino.xml -b release ``` @@ -236,4 +236,4 @@ Please follow the [Flashing tutorial](image-flashing) to flash your device with ## Troubleshooting -- If you are having `do_fetch` issues, try to check your system's and virtual machine's DNS settings. \ No newline at end of file +- If you are having `do_fetch` issues, try to check your system's and virtual machine's DNS settings.