From 3dc0e8908c0ee709ae2daf58d7c5f7c0af48ee78 Mon Sep 17 00:00:00 2001 From: Steve Robbins Date: Mon, 1 Jun 2015 11:36:33 -0700 Subject: [PATCH] Adding selfupdate command to readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17c10f0..a999e10 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,13 @@ Add the following to your `composer.json` # Usage - $ magescan scan store.example.com + $ magescan.phar scan store.example.com ## Commands ### `scan` - scan [--all-paths] [--show-modules] + $ magescan.phar scan [--all-paths] [--insecure] [--show-modules] Scans the given ``. @@ -89,6 +89,12 @@ If set, SSL certificates won't be validated Show all modules that we tried to detect, not just those that were found +### `selfupdate` + + $ magescan.phar selfupdate + +Updates the phar file to the latest version. + # Disclaimer Since we can't see the code base, this tool makes assumptions and takes guesses. Information reported isn't guaranteed to be correct.