File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ unpack a release:
2424REPOSDIR=$HOME /Documents/repos
2525pushd $REPOSDIR
2626git clone https://github.com/micropython/micropython.git
27- git clone -b v0.1.0-prerelease1 https://github.com/k98kurz/micropycelium.git
27+ git clone -b v0.1.0-prerelease3 https://github.com/k98kurz/micropycelium.git
2828# or
29- wget -O micropycelium-v0.1.0-prerelease1 .zip https://github.com/k98kurz/micropycelium/archive/refs/tags/v0.1.0-prerelease1 .zip
30- unzip micropycelium-v0.1.0-prerelease1 .zip
31- mv micropycelium-0.1.0-prerelease1 micropycelium
29+ wget -O micropycelium-v0.1.0-prerelease3 .zip https://github.com/k98kurz/micropycelium/archive/refs/tags/v0.1.0-prerelease3 .zip
30+ unzip micropycelium-v0.1.0-prerelease3 .zip
31+ mv micropycelium-0.1.0-prerelease3 micropycelium
3232popd
3333```
3434
You can’t perform that action at this time.
0 commit comments