diff --git a/README.md b/README.md index 6af41bc..fd69c08 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ while not wlan.isconnected(): utime.sleep(1) import mip mip.install("https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/package.json") + +# Then install main.py to root +mip.install("https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/main.py", target="/") + ``` ## Install via mpremote (from host)