From 2a6ad35a5d39613f6c2aa6db87569894160b0bed Mon Sep 17 00:00:00 2001 From: deividAlfa <48562135+deividAlfa@users.noreply.github.com> Date: Sat, 17 Jul 2021 16:36:27 +0200 Subject: [PATCH] Update BUILDING.md Use windows equivalent of $PWD (%CD%) --- BUILDING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index dea1875c..92b41e44 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -41,9 +41,7 @@ to do your editing in there. The steps are: - cd into the esp-link top directory - run `make` in docker while mounting your esp-link directory into the container: - linux: `docker run -v $PWD:/esp-link jeelabs/esp-link:latest` - - windows: `docker run -v c:\somepath\esp-link:/esp-link jeelabs/esp-link:latest`, - where `somepath` is the path to where you cloned esp-link, you probably end up with - something like `-v c:\Users\tve\source\esp-link:/esp-link` + - windows: `docker run -v %CD%:/esp-link jeelabs/esp-link:latest` - if you are not building esp-link `master` then read the release notes to see which version of the Espressif SDK you need and use that as tag for the container image, such as `jeelabs/esp-link:SDK2.0.0.p1`; you can see the list of available SDKs on