From 841fb4c38e1c4aa4c72e783147161a708ff02c32 Mon Sep 17 00:00:00 2001 From: "J. Daniel Medeiros" <3796667+jdmedeiros@users.noreply.github.com> Date: Wed, 3 Feb 2021 12:35:46 -0100 Subject: [PATCH] The parameter should be -m or --email [--m does not work] --- How-to-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-install.md b/How-to-install.md index 6dbf377..27fff7a 100644 --- a/How-to-install.md +++ b/How-to-install.md @@ -45,7 +45,7 @@ cd acme.sh --home ~/myacme \ --config-home ~/myacme/data \ --cert-home ~/mycerts \ ---m "my@example.com" \ +--email "my@example.com" \ --accountkey ~/myaccount.key \ --accountconf ~/myaccount.conf \ --useragent "this is my client."