From ef147cde4f3052bbf247196acf6eaddc6457a2de Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Fri, 8 Sep 2023 18:18:30 +0100 Subject: [PATCH] Docs: Add note re directory root in /lib. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d162a4c..b664df2 100644 --- a/README.md +++ b/README.md @@ -460,7 +460,8 @@ is installed with extra fonts and widgets being added as required. This installs a subset adequate to run the `simple.py` demo. It comprises: ![Image](./images/filesystem.png) -It is installed with (on the device): +Note that `mip` and `mpremote mip` install to `/lib/` which therefore becomes +the root of the above tree. The subset is installed with (on the device): ```python >>> mip.install("github:peterhinch/micropython-micro-gui") ```