summaryrefslogtreecommitdiff
path: root/tools/mpremote/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mpremote/README.md')
-rw-r--r--tools/mpremote/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/mpremote/README.md b/tools/mpremote/README.md
index 3d428f128..2bf784be2 100644
--- a/tools/mpremote/README.md
+++ b/tools/mpremote/README.md
@@ -20,7 +20,7 @@ The full list of supported commands are:
mpremote exec <string> -- execute the string
mpremote run <file> -- run the given local script
mpremote fs <command> <args...> -- execute filesystem commands on the device
- command may be: cat, ls, cp, rm, mkdir, rmdir
+ command may be: cat, ls, cp, rm, mkdir, rmdir, sha256sum
use ":" as a prefix to specify a file on the device
mpremote repl -- enter REPL
options:
@@ -78,6 +78,7 @@ Examples:
mpremote cp :main.py .
mpremote cp main.py :
mpremote cp -r dir/ :
+ mpremote sha256sum :main.py
mpremote mip install aioble
mpremote mip install github:org/repo@branch
mpremote mip install gitlab:org/repo@branch