Skip to content

Commit

Permalink
Update InstallEclipse.md
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus authored Nov 16, 2019
1 parent 37c06eb commit 597252f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InstallEclipse.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Installation instructions for Debian / Ubuntu OS
cd ~/Arduino/hardware/espressif && \
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
cd esp32 && \
git checkout 1.0.0 && \
git checkout 1.0.3 && \
git submodule update --init --recursive && \
cd tools && \
python3 get.py
Expand All @@ -64,7 +64,7 @@ Installation instructions for Debian / Ubuntu OS
cd espressif && \
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
cd esp32 && \
git checkout 1.0.0 && \
git checkout 1.0.3 && \
git submodule update --init --recursive && \
cd tools && \
python3 get.py
Expand Down

0 comments on commit 597252f

Please sign in to comment.