aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index cbb89f6..cd6648a 100644
--- a/README.md
+++ b/README.md
@@ -6,5 +6,8 @@ Dump various system informations into base64 encoded values and print them as js
Run a dump:
> ./sysdump.sh > dump.json
+Dump of a remote machine through ssh:
+> cat sysdump.sh | ssh user@host /bin/bash
+
Explore a dump (require `jq`)
> ./sysdump.sh dump.json