Update BUILDING.md

Use windows equivalent of $PWD (%CD%)
pull/526/head
deividAlfa 3 years ago committed by GitHub
parent cf329e8b84
commit 2a6ad35a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      BUILDING.md

@ -41,9 +41,7 @@ to do your editing in there. The steps are:
- cd into the esp-link top directory - cd into the esp-link top directory
- run `make` in docker while mounting your esp-link directory into the container: - run `make` in docker while mounting your esp-link directory into the container:
- linux: `docker run -v $PWD:/esp-link jeelabs/esp-link:latest` - 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`, - windows: `docker run -v %CD%:/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`
- if you are not building esp-link `master` then read the release notes to see which version of - 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 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 `jeelabs/esp-link:SDK2.0.0.p1`; you can see the list of available SDKs on

Loading…
Cancel
Save